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