Odel
specshield mcp server

specshield mcp server

Local
@specshield-ioTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmspecshield-mcp-serverv1.1.1

Run

npx -y specshield-mcp-server

MCP client config

{
  "mcpServers": {
    "specshield-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "specshield-mcp-server"
      ]
    }
  }
}