Splitifi Intelligence MCP for Grok
io.github.mysplitifi/splitifi-mcp
Outcome predictions and judge profiles from 2,741 ML models trained on 30.3M court records.
client:Grok
transport:stdio
runtime:npm
Install Splitifi Intelligence MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"splitifi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"splitifi-mcp"
],
"env": {
"SPLITIFI_API_KEY": "<SPLITIFI_API_KEY>",
"SPLITIFI_API_URL": "<SPLITIFI_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