Skip to content
Zed

Document corpus for Zed

io.github.jorgell23-sys/mdcx

Query a verified document collection: passages that answer a question, with their source.

client:Zed transport:stdio runtime:pypi

Install Document corpus in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mdcx": {
      "command": "uvx",
      "args": [
        "mdcx"
      ],
      "env": {
        "MDCX_FILE": "<MDCX_FILE>",
        "MDCX_KEY": "<MDCX_KEY>"
      }
    }
  }
}

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

Document corpus in other clients