Prompt Manager
@appositeit
关于 Prompt Manager
A web and API-based system for managing, composing, and organizing AI prompts, with an MCP server for intetgration with common AI pltforms (Claude Desktop, Cursor, Windsurf, etc.).
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Prompt Manager?
Prompt Manager is a standalone system for managing AI prompts with composable elements. It provides a web interface and RESTful API for creating, organizing, and editing prompts, and integrates with the Model Context Protocol (MCP) for advanced prompt workflows. It targets users who need efficient, keyboard-driven prompt management.
How to use Prompt Manager?
Clone the repository, set up the environment using the provided Taskfile (recommended) or Makefile, then run the startup script. Access the web UI at http://localhost:8081 or use the REST API endpoints programmatically. For real-time editing, connect via WebSocket to /api/prompts/ws/{prompt_id}.
Key features of Prompt Manager
- Create and manage standard and composite prompts
- Compose templates with prompt inclusions and expansions
- Real-time editing via WebSocket
- Access prompts via RESTful API
- Organize prompts in directories
- Integrates with Model Context Protocol (MCP)
Use cases of Prompt Manager
- Managing a library of reusable prompt templates for AI interactions
- Building composite prompts that include and expand other prompts
- Editing prompts collaboratively in real time via WebSocket
- Automating prompt retrieval and updates through the REST API
- Leveraging MCP integration for Claude Desktop compatibility
FAQ from Prompt Manager
How do I install and run Prompt Manager?
Clone the repository, then set up the environment using task setup:py, task setup:js (or make setup), and run ./bin/start_prompt_manager.sh. Open http://localhost:8081 in a browser.
Where are prompts stored?
Prompts are stored in the project data directory (prompt_manager/data/prompts/) and the user config directory (~/.prompt_manager/prompts/).
What transports and APIs are available?
Prompt Manager offers a RESTful API for CRUD operations on prompts and directories, a WebSocket interface for real-time editing, and integration with the Model Context Protocol (MCP) for advanced workflows.
Does Prompt Manager require authentication?
The README does not mention any authentication mechanism for the web interface or API.
What are the runtime dependencies?
The setup requires Python and JavaScript environments, managed via a Taskfile or Makefile. The application runs on localhost port 8081 by default.
开发工具 分类下的更多 MCP 服务器
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
评论