Skip to content
Zed

Exogram Authority Runtime for Zed

io.github.richard-ewing/exogram

Model Context Protocol server for the Exogram Authority Runtime.

client:Zed transport:stdio runtime:pypi

Install Exogram Authority Runtime 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": {
    "exogram": {
      "command": "uvx",
      "args": [
        "mcp-server-exogram"
      ],
      "env": {
        "EXOGRAM_BEARER_TOKEN": "<EXOGRAM_BEARER_TOKEN>",
        "EXOGRAM_API_URL": "<EXOGRAM_API_URL>"
      }
    }
  }
}

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

Exogram Authority Runtime in other clients