specshield mcp server for Cursor
io.github.specshield-io/specshield-mcp-server
The API-change deploy gate for AI coding agents. Read-only breaking-change detection.
client:Cursor
transport:stdio
runtime:npm
Install specshield mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"specshield-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs