Skip to content
Zed

QuReDec for Zed

io.github.advanced-binary-operations/quredec

Evidence-backed decision briefs with citations — recommendation, confidence, risks, sources.

client:Zed transport:stdio runtime:pypi

Install QuReDec 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": {
    "quredec": {
      "command": "uvx",
      "args": [
        "quredec-mcp"
      ],
      "env": {
        "QUREDEC_API_KEY": "<QUREDEC_API_KEY>",
        "QUREDEC_BASE_URL": "<QUREDEC_BASE_URL>",
        "QUREDEC_MOCK": "<QUREDEC_MOCK>"
      }
    }
  }
}

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

QuReDec in other clients