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 .Related MCP server: Backlogr MCP Server
配置
在项目根目录添加 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that helps teams create, manage, and access structured project documentation through six core document types, leveraging AI to generate comprehensive project knowledge management.562100MIT
- -license-quality-maintenanceEnables AI assistants to create and manage development projects with structured backlogs, including tasks, requirements, and progress tracking. Provides a bridge between AI development assistants and project management workflows through standardized MCP tools.
- Flicense-qualityDmaintenanceEnables developers to generate structured software documentation including user stories, requirements, technical specifications, and more using AI-powered prompts via the MCP protocol.
- Alicense-qualityDmaintenanceSmart documentation generator and intelligent versioning system with full MCP support, enabling AI assistants like Claude and Gemini to manage project snapshots, generate docs, and control versioning via 26 MCP tools.MIT
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
Project management MCP for AI agents with safe task reads and writes.
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
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/Yarrow-Cai/project-doc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server