ProjectDoc
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.
Team docs served to AI agents over MCP - search, Markdown reads, version pinning, read audit.
- WitWikiOAuthapp.witwiki
A shared team wiki your coding agents read and write — across every repo and every MCP client.
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.552101MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables 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.-
- FlicenseNot gradedqualityDmaintenanceEnables developers to generate structured software documentation including user stories, requirements, technical specifications, and more using AI-powered prompts via the MCP protocol.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to read, write, and maintain documentation through an MCP server, providing tools for asking questions, generating docs, checking drift, and exploring knowledge graph.4MIT