MCP ExplorerExplorer

Claude Prompt Manager

@kennethnymon a year ago
8 MIT
FreeCommunity
AI Systems
claude-prompt-manager (cpm) is a CLI-based prompt manager for claude using the MCP protocol

Overview

What is Claude Prompt Manager

claude-prompt-manager (cpm) is a CLI-based prompt manager designed for use with Claude, utilizing the MCP protocol.

Use cases

Use cases include managing prompts for AI interactions, automating prompt creation, and facilitating prompt organization for developers.

How to use

To use claude-prompt-manager, install the dependencies with ‘bun install’, build the server using ‘bun run build’, and configure it in the Claude Desktop settings.

Key features

Key features include creating prompts from the command line, listing all saved prompts, and support for arguments (currently a work in progress).

Where to use

claude-prompt-manager can be used in software development environments where prompt management for AI models like Claude is required.

Content

cpm-server MCP Server

a prompt manager for claude

This is a TypeScript-based MCP server that implements a prompt manager for claude.

Features

  • creating prompts from the command line
  • listing all your saved prompts
  • arguments support (WIP)

Development

Install dependencies:

bun install

Build the server:

bun run build

For development with auto-rebuild:

bun run watch

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cpm-server": {
      "command": "/path/to/cpm-server/build/index.js"
    }
  }
}

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers