at eli mcp for Grok
io.github.matematicsolutions/at-eli-mcp
MCP server for Austrian RIS federal legislation: ELI identifiers and verifiable citations.
client:Grok
transport:stdio
runtime:pypi
Install at eli mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"at-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"at-eli-mcp"
]
}
}
}
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