Skip to content
Cursor

Exogram Authority Runtime for Cursor

io.github.richard-ewing/exogram

Model Context Protocol server for the Exogram Authority Runtime.

client:Cursor transport:stdio runtime:pypi

Install Exogram Authority Runtime in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Exogram Authority Runtime in other clients