Skip to content
Grok

Jarroba Tools · Test audit for Grok

io.github.invarato/jarroba-tools-tests

Audits tests instead of writing them: what each one really asserts. 4 tools, local.

client:Grok transport:stdio runtime:npm

Install Jarroba Tools · Test audit in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "jarroba-tools-tests": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jarroba/mcp-tests"
      ],
      "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

Jarroba Tools · Test audit in other clients