Home › Development › specshield-mcp-server

specshield-mcp-server

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

TypeScript Cloud
★ 0 stars Last pushed 2026-08-16 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "specshield-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SPECSHIELD_API_KEY": "<YOUR_VALUE>",
        "SPECSHIELD_API_URL": "<YOUR_VALUE>",
        "SPECSHIELD_TIMEOUT_MS": "<YOUR_VALUE>",
        "SPECSHIELD_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SPECSHIELD_API_KEY required secret — SpecShield API key
  • SPECSHIELD_API_URL — Backend base URL
  • SPECSHIELD_TIMEOUT_MS — Per-request timeout (ms)
  • SPECSHIELD_LOG_LEVEL — debug|info|warn|error

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.specshield-io/specshield-mcp-server

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry