Exogram Authority Runtime for Grok
io.github.richard-ewing/exogram
Model Context Protocol server for the Exogram Authority Runtime.
client:Grok
transport:stdio
runtime:pypi
Install Exogram Authority Runtime in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"exogram": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-exogram"
],
"env": {
"EXOGRAM_BEARER_TOKEN": "<EXOGRAM_BEARER_TOKEN>",
"EXOGRAM_API_URL": "<EXOGRAM_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs