← Back to Plugins
MCP Server MCP

io.github.coderifts/api-governance

github By github 👁 1 views ▲ 0 votes

API governance for AI agents. Detects breaking changes, scores blast radius, blocks unsafe calls.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.coderifts.com/mcp",
      "headers": [
        {
          "description": "Your CodeRifts API key (format: Bearer cr_live_...)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...