Skip to content
Grok

Agent Toolbox for Grok

io.github.solhammer/agent-toolbox

26 deterministic, offline pre-action safety gates for AI agents, each with a signed verdict.

client:Grok transport:stdio runtime:npm

Install Agent Toolbox in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-toolbox": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentoolbox-mcp"
      ]
    }
  }
}

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

Agent Toolbox in other clients