← Back to Plugins
MCP Server MCP

Catalyst Governance

github By github 👁 1 views ▲ 0 votes

Governance middleware for AI agents: permission gates, approvals, compliance scanning, audit ledger.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://catalyst.stratogenic.ai/mcp",
      "headers": [
        {
          "description": "Your Catalyst API key from catalyst.stratogenic.ai",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://catalyst.stratogenic.ai/mcp/sse",
      "headers": [
        {
          "description": "Your Catalyst API key from catalyst.stratogenic.ai",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http sse

Comments

Sign in to leave a comment

Loading comments...