Skip to content
Zed

docdex for Zed

io.github.bekirdag/docdex

Fast per-repo documentation indexer and full-text search MCP server for codebases.

client:Zed transport:stdio runtime:npm

Install docdex in Zed

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

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

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

docdex in other clients