The API-change deploy gate for AI coding agents (MCP server): is it safe to ship this API change to my consumers? Read-only, over OpenAPI/Pact.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"specshield-mcp-serve": {
"command": "npx",
"args": [
"-y",
"specshield-io/specshield-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add specshield-mcp-serve npx -y specshield-io/specshield-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"specshield-mcp-serve": {
"command": "npx",
"args": [
"-y",
"specshield-io/specshield-mcp-server"
]
}
}
}