Governance middleware for AI agents — permission gates, human-in-the-loop approvals, compliance scanning across 8 frameworks, and hash-linked audit ledger. Hosted SSE endpoint, no self-hosting required.
Overview
Governance middleware for AI agents — hosted SSE endpoint, no self-hosting required.
Connect once via X-API-Key. Before your agent writes files, deploys code, sends messages, or calls external APIs, Catalyst checks in and enforces your policy.
Governance modes: observe → advisory → proposal → strict Human-in-the-loop: agents submit proposals, humans approve/decline in the dashboard before consequential actions proceed Compliance scanning: 8 pre-built frameworks — GDPR, SOC 2, ISO 27001, HIPAA, PCI-DSS, EU AI Act, Bribery Act, AML/KYC Audit ledger: hash-linked, tamper-evident chain of every agent action
Built for Claude Code, Claude Desktop, and any MCP-compatible client.
Server Config
{
"mcpServers": {
"catalyst": {
"url": "https://catalyst.stratogenic.ai/mcp/sse",
"transport": "sse",
"headers": {
"X-API-Key": "<your-key>"
}
}
}
}