Skip to content
Zed

docbot mcp for Zed

io.github.rflukerii-dev/docbot-mcp

Bidirectional CSV <> JSON <> Markdown transformer

client:Zed transport:stdio runtime:npm

Install docbot mcp in Zed

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

{
  "context_servers": {
    "docbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "docbot-mcp"
      ]
    }
  }
}

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

docbot mcp in other clients