mcp-sudact for Grok
io.github.atomno-mcp/mcp-sudact
Russian court practice (Sudact): case search by article, court, dates; full decision text.
client:Grok
transport:stdio
runtime:pypi
Install mcp-sudact in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-sudact": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-sudact"
],
"env": {
"MCP_SUDACT_TOKEN": "<MCP_SUDACT_TOKEN>"
}
}
}
}
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