Skip to content
Zed

CEDRUS for Zed

io.github.cedrus-mcp/cedrus-mcp

Reasoning scaffolding that supercharges your small AI: an argument-mapping MCP server

client:Zed transport:stdio runtime:pypi

Install CEDRUS in Zed

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

{
  "context_servers": {
    "cedrus-mcp": {
      "command": "uvx",
      "args": [
        "cedrus-mcp"
      ]
    }
  }
}

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

CEDRUS in other clients