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
{
"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