Skip to content
Claude Desktop

Exogram Authority Runtime for Claude Desktop

io.github.richard-ewing/exogram

Model Context Protocol server for the Exogram Authority Runtime.

client:Claude Desktop transport:stdio runtime:pypi

Install Exogram Authority Runtime in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "exogram": {
      "command": "uvx",
      "args": [
        "mcp-server-exogram"
      ],
      "env": {
        "EXOGRAM_BEARER_TOKEN": "<EXOGRAM_BEARER_TOKEN>",
        "EXOGRAM_API_URL": "<EXOGRAM_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Exogram Authority Runtime in other clients