specshield mcp server for Windsurf
io.github.specshield-io/specshield-mcp-server
The API-change deploy gate for AI coding agents. Read-only breaking-change detection.
client:Windsurf
transport:stdio
runtime:npm
Install specshield mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs