Compass for Grok
io.github.licentiumio/compass-mcp
Ground your LLM in EU financial, crypto and AI regulation, verbatim and cited, via Compass.
client:Grok
transport:stdio
runtime:npm
Install Compass in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"compass-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@licentium/compass-mcp"
],
"env": {
"COMPASS_API_KEY": "<COMPASS_API_KEY>"
}
}
}
}
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