Proma Manager MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| checkA | 全量扫描所有工作区,返回跨工作区 skill 的同步状态。单工作区独有 skill 也会检测错误 .source.json(声称来源但源不存在)并报告为 orphan。排除 default-skills 管理的 watcher 同步 skill。返回 managed(有 .source.json)、unmanaged(跨区但缺 .source.json)、orphans(.source.json 指向不存在的母工作区)三组清单。 |
| diffB | 对比母版和某个子版 skill 的完整目录差异(文件级 + 行级)。需指定 skill 名和目标工作区 slug。自动拒绝 default-skills(workspace-watcher 管理的 19 个 skill)。 |
| syncA | 从母工作区推送 skill 整目录到一个或多个子工作区。先备份子版到 .sync-backup/ 再覆盖,更新 .source.json。首次分发时用 sourceWorkspace 参数指定母工作区。自动拒绝 default-skills(workspace-watcher 管理的 19 个 skill)。 |
| bootstrapA | 为跨工作区但缺少 .source.json 的 skill 补溯源文件。指定 skill 名、目标工作区和来源工作区。自动拒绝 default-skills(workspace-watcher 管理的 19 个 skill)。 |
| infoA | 查看单个 skill 的完整溯源视图:各工作区是否存在、hash、文件清单、母/子关系。 |
| mcp_checkA | 扫描所有工作区的 mcp.json,返回服务器合集和各工作区缺失的服务器。用于保持所有工作区 MCP 配置一致——每个服务器要么在所有工作区都有,要么只在需要的工作区有。 |
| group_listA | 列出指定工作区所有 skill 的 group 状态和内容摘要,供 AI 分析后自动分配 group。自动排除 default-skills 管理的 19 个 watcher 同步 skill。返回每个 skill 的 name、description、当前 group、正文预览。默认扫描 default 工作区。 |
| group_setA | 写入 SKILL.md frontmatter 的 group 字段。接受 skill 名到 group 值的映射,批量更新。已有 group 的会被替换,没有的新增。自动拒绝 default-skills(workspace-watcher 管理的 19 个 skill)。 |
| list_sessionsA | 列出 Proma 的所有 Chat 对话和 Agent 会话。返回标题、时间、归档状态、工作区等元数据。可按 type 参数筛选。 |
| delete_sessionA | 删除指定的 Chat 对话或 Agent 会话。不可逆操作——会同时清理消息文件(.jsonl)、附件和工作目录。建议在 Proma 关闭或切换到其他会话后操作,避免与运行中进程冲突。不传 confirm 或 confirm=false 时仅预览(dry-run),列出将删除的文件/目录及其大小;传 confirm=true 才真正执行删除。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/climashscape/proma-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server