Skip to content
Grok

bounded tools mcp for Grok

io.github.bounded-systems/bounded-tools-mcp

Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio).

client:Grok transport:stdio runtime:npm

Install bounded tools mcp 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": {
    "bounded-tools-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bounded-systems/bounded-tools-mcp"
      ],
      "env": {
        "BOUNDED_TOOLS_MCP_SIGNATURE_MODE": "<BOUNDED_TOOLS_MCP_SIGNATURE_MODE>"
      }
    }
  }
}

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

bounded tools mcp in other clients