Skip to content
Zed

Docmancer for Zed

dev.docmancer/docmancer

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

client:Zed transport:stdio runtime:pypi

Install Docmancer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Docmancer in other clients