- Explore MCP Servers
- claude-prompt-manager
Claude Prompt Manager
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










