Skip to content
Claude Desktop

specshield mcp server for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install specshield mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "specshield-mcp-server": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

specshield mcp server in other clients