Skip to content
Grok

modelbound mcp for Grok

io.github.modelbound/modelbound-mcp

Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.

client:Grok transport:stdio runtime:npm

Install modelbound 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": {
    "modelbound-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "modelbound-mcp"
      ],
      "env": {
        "MODELBOUND_API_KEY": "<MODELBOUND_API_KEY>"
      }
    }
  }
}

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

modelbound mcp in other clients