MCP Project Manager
MCP 项目管理器 (终端 + Web + 桌面)
本项目通过一个后端支持三种接口:
终端套件
REST API + React UI
MCP stdio 服务器
可选的 Python 桌面启动器(在浏览器中打开本地应用)
快速开始
启动基础设施:
docker compose up -d应用架构:
psql postgresql://postgres:postgres@localhost:5432/mcp_pm -f backend/sql/schema.sql构建前端以供
http://localhost:4000/使用:npm run build启动 API 服务器:
npm run start
如果缺少前端构建,/ 将返回一条包含后续步骤的明确消息。
独立运行模式
终端套件:
npm run terminalMCP stdio 服务器:
npm run mcp桌面启动器(附加模式):
npm run desktop桌面启动器(自动启动后端):
npm run desktop:start
后端工作区等效命令:
npm --workspace backend run terminalnpm --workspace backend run mcpnpm --workspace backend run desktopnpm --workspace backend run desktop:start
API 新增功能
GET /api/projects/:id/plans(过滤器 + 分页)GET /api/projects/:id/plans/compare?againstVersion=NPOST /api/plans/:planId/promote-baselinePOST /api/analysis/summarize-codebase(文件夹范围摘要、逐文件描述、Mermaid 流水线)反馈操作包含
needs_review结构生成选项:
profile、dryRun、overwriteStrategy
文件系统安全性
文件系统端点仅限于 FS_BASE_PATH(默认:后端工作目录)。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HA2614/mcpserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server