Auto Documentor
Freeby MCP Community
MCP server to create, manage and search project documentation with staleness tracking and semantic search.
v1.0.22Added Apr 12, 2026
mcpdocumentationmarkdownsemantic-searchmodel-context-protocol
Auto Documentor MCP Server
MCP server to create, manage and search project documentation with staleness tracking and semantic search.
Installation
npx -y mcp-auto-documentor
Reviews
Installation
Quick install
npx -y mcp-auto-documentor
Add to claude_desktop_config.json
{
"mcpServers": {
"auto-documentor": {
"command": "npx",
"args": ["-y", "mcp-auto-documentor"]
}
}
}