Context Orchestrator for Documentation — MCP server + autonomous agent that keeps project docs honest. Docs, tasks, plans, stories, links, revisions in SQLite; markdown is a hash-verified projection, not the source of truth.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cod-doc": {
"command": "uvx",
"args": [
"cod-doc"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cod-doc uvx cod-doc
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cod-doc": {
"command": "uvx",
"args": [
"cod-doc"
]
}
}
}
📋 Copy
Or install with pip: pip install cod-doc
README Excerpt
<p align="center"> <img src="https://raw.githubusercontent.com/Orange-hanter/cod-doc/main/docs/assets/cod-doc/hero.png" alt="COD-DOC — Context Orchestrator for Documentation" width="100%"> </p> <p align="center"> <a href="https://pypi.org/project/cod-doc/"><img src="https://img.shields.io/pypi/v/cod-doc" alt="PyPI"></a>
Topics
ai-agents claude-code developer-tools docs-as-code documentation llm mcp mcp-server python sqlite