Jarroba Tools · Logs for Grok
io.github.invarato/jarroba-tools-logs
Lets your AI read a CI log far too big for its context. 11 tools, takes a file path.
client:Grok
transport:stdio
runtime:npm
Install Jarroba Tools · Logs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"jarroba-tools-logs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jarroba/mcp-logs"
],
"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