Skip to content
Claude Desktop

Docmancer for Claude Desktop

dev.docmancer/docmancer

Local-only MCP server for source-attributed Markdown memory and documentation retrieval.

client:Claude Desktop transport:stdio runtime:pypi

Install Docmancer in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "docmancer": {
      "command": "uvx",
      "args": [
        "docmancer"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Docmancer in other clients