Skip to content
Grok

mcp probe kit for Grok

io.github.mybolide/mcp-probe-kit

Spec-driven dev workflow MCP: start_* orchestration, memory, GitNexus, quality gates.

client:Grok transport:stdio runtime:npm

Install mcp probe kit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-probe-kit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-probe-kit"
      ]
    }
  }
}

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

mcp probe kit in other clients