Catalog
Specshield MCP Server
Officialby specshield26 · TypeScript
The API-change deploy gate for AI coding agents. Read-only breaking-change detection.
The API-change deploy gate for AI coding agents. Read-only breaking-change detection.
Topics
apibreaking-changesclaudecontract-testingcursordeploy-gatedeveloper-toolsmcpmcp-servermodel-context-protocolopenapican-i-deployspecshield
README not available yet.
Install
Configuration
Environment variables
SPECSHIELD_API_KEYrequiredsecretSpecShield API key
SPECSHIELD_API_URLBackend base URL
SPECSHIELD_TIMEOUT_MSPer-request timeout (ms)
SPECSHIELD_LOG_LEVELdebug|info|warn|error
claude_desktop_config.json
{
"mcpServers": {
"specshield-mcp-server": {
"command": "npx",
"args": [
"-y",
"specshield-mcp-server@1.0.2"
],
"env": {
"SPECSHIELD_API_KEY": "<YOUR_SPECSHIELD_API_KEY>",
"SPECSHIELD_API_URL": "<YOUR_SPECSHIELD_API_URL>",
"SPECSHIELD_TIMEOUT_MS": "<YOUR_SPECSHIELD_TIMEOUT_MS>",
"SPECSHIELD_LOG_LEVEL": "<YOUR_SPECSHIELD_LOG_LEVEL>"
}
}
}
}