Skip to content

Documentor

Free

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

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

Leave a Review

Installation

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