ProjectDoc
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ProjectDocshow my open todos for today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ProjectDoc — 项目共建文档
AI 编辑器内的实时协作记录工具。通过 MCP 协议与 Claude Code、Codex、Cursor、Zed 等集成。
安装
pip install -e .配置
在项目根目录添加 MCP 配置:
Claude Code (.mcp.json):
{
"mcpServers": {
"project-doc": {
"command": "project-doc",
"args": ["--project", "."]
}
}
}Codex CLI (~/.codex/config.toml):
[mcp_servers.project-doc]
command = "project-doc"
args = ["--project", "."]Cursor (.cursor/mcp.json):
{
"mcpServers": {
"project-doc": {
"command": "project-doc",
"args": ["--project", "."]
}
}
}工具
工具 | 用途 |
| 列出待办,开始工作前调用 |
| 全文搜索,查已有决策/踩坑 |
| 获取单条全文 |
| 创建新条目 |
| 追加内容(增量更新) |
| 修改字段(状态/标签等) |
| 列出所有标签 |
标签约定
标签 | 何时使用 |
| 设计二选一时记录理由 |
| 修复非显而易见的 bug |
| 定义跨模块接口 |
| 待办事项 |
| 进行中的模块文档 |
数据库
自动创建在 <项目>/.project-doc/project-doc.db,随项目版本控制或搬家。
测试
pytest tests/ -vThis 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/Yarrow-Cai/project-doc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server