Austrian Law (RIS) — Bundesrecht, Landesrecht & Judikatur for Grok
io.github.paragraflabs/at-ris-mcp
Austria RIS: federal & state law, case law, gazettes, change monitoring (Bundesrecht, Judikatur).
client:Grok
transport:stdio
runtime:pypi
Install Austrian Law (RIS) — Bundesrecht, Landesrecht & Judikatur in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"at-ris-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"at-ris-mcp"
],
"env": {
"RIS_CACHE_DIR": "<RIS_CACHE_DIR>",
"RIS_AUDIT_DIR": "<RIS_AUDIT_DIR>",
"RIS_RATE_MS": "<RIS_RATE_MS>"
}
}
}
}
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