Skip to content

specshield mcp server for Grok

io.github.specshield-io/specshield-mcp-server

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

client:Grok transport:stdio runtime:npm

Install specshield mcp server 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": {
    "specshield-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "specshield-mcp-server"
      ],
      "env": {
        "SPECSHIELD_API_KEY": "<SPECSHIELD_API_KEY>",
        "SPECSHIELD_API_URL": "<SPECSHIELD_API_URL>",
        "SPECSHIELD_TIMEOUT_MS": "<SPECSHIELD_TIMEOUT_MS>",
        "SPECSHIELD_LOG_LEVEL": "<SPECSHIELD_LOG_LEVEL>"
      }
    }
  }
}

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

specshield mcp server in other clients