Skip to content

Auto Documentor

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-auto-documentor
Add to claude_desktop_config.json
{
  "mcpServers": {
    "auto-documentor": {
      "command": "npx",
      "args": ["-y", "mcp-auto-documentor"]
    }
  }
}