Jarroba Tools for Grok
io.github.invarato/jarroba-tools
104 deterministic tools for your AI: logs, tests, SQL, diagrams, SPARQL. Local, no network.
client:Grok
transport:stdio
runtime:npm
Install Jarroba Tools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"jarroba-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jarroba/mcp"
],
"env": {
"JARROBA_MCP_DOMAINS": "<JARROBA_MCP_DOMAINS>"
}
}
}
}
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