Catalyst governance middleware MCP server — hosted SSE endpoint for AI agent governance, compliance scanning, and audit
git clone https://github.com/Stratogenic-AI/catalyst-mcp{
"mcpServers": {
"catalyst-mcp": {
"command": "node",
"args": ["/path/to/catalyst-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# Catalyst MCP Server
[](https://smithery.ai/servers/markjsmith311/catalyst)
Governance middleware for AI agents — hosted SSE endpoint.
## What it does
Catalyst puts a governance layer between your AI agent and consequential actions. Before your agent writes files, sends messages, deploys code, or calls external APIs, it checks in with Catalyst. Depending on your governance mode, actions are allowed, routed to a human for approval, or denied.
**Core features:**
- Pre-execution permission gates with a progressive trust model: `observe → advisory → proposal → strict`
- Human-in-the-loop approval flows — agents submit proposals, humans approve/decline
- Compliance scanning across 8 frameworks: GDPR, SOC 2, ISO 27001, HIPAA, PCI-DSS, EU AI Act, Bribery Act, AML/KYC
- Hash-linked audit ledger — every agent action is recorded with `touched_by.source=mcp`
- Webhook notifications for `proposal.accepted` / `proposal.declined` events
## Use with Claude Code
Claude Code is a primary use case Catalyst was designed for. Claude Code governs itself session-locally — it asks before running dangerous commands, but those decisions leave no audit trail, survive no context reset, and sit outside your organisation's approval workflows.
Catalyst externalises that governance. Once connected, every consequential action Claude Code attempts is routed through your policy, logged in an immutable ledger, and (if required) held for human approval in the Catalyst dashboard before Claude Code proceeds.
**Connect in one command:**
```bash
claude mcp add catalyst \
--transport sse \
--url https://catalyst.stratogenic.ai/mcp/sse \
--header "X-API-Key: SGC_your_key_here"
```
Claude Code will automatically call `catalyst_check_action` before destructive operations and `catalyst_await_approval` when a proposal is required. Every action is ledgered with `touched_by.source=mcp` — you get a permanent, verifiable record of what your AI coding agent did and when.
**What governance looks like in practice:**
| Claude Code action | Catalyst response (proposal mode) |
|--------------------|-----------------------------------|
| `git push --force` | `proposal_required` — held for approval |
| `rm -rf ./dist` | `allow` — whitelisted build action |
| Deploy to production | `proposal_required` — held for approval |
| Edit source files | `allow` — within declared capabilities |
| Call external API | `proposal_required` — undeclared capability |
Set your governance mode to `observe` to start with a full audit trail only, `advisory` to flag deviations without blocking, `proposal` to require human sign-off on sensitive actions, or `strict` to allow only explicitly whitelisted capabilities.
Get your API key at [catalyst.stratogenic.ai](https://catalyst.stratogenic.ai).
---
## Connect
Add to any MCP client config:
```json
{
"mcpServers": {
"catalyst": {
"url": "https://catalyst.stratogenic.ai/mcp/sse",
"transport": "sse",
"headers": { "X-API-Key": "<your-key>" }
}
}
}
```
Get your API key at [catalyst.stratogenic.ai](https://catalyst.stratogenic.ai).
## Tools
| Tool | Description |
|------|-------------|
| `catalyst_my_governance` | Show your governance profile and plan capabilities |
| `catalyst_check_action` | Check if a capability is permitted before acting |
| `catalyst_log_task` | Record a task or action into the governance pipeline |
| `catalyst_pending_approvals` | List proposals awaiting human sign-off |
| `catalyst_await_approval` | Poll a specific proposal's approval status |
| `catalyst_register_approval_webhook` | Register a callback URL for approval events |
| `catalyst_run_compliance_scan` | Run an automated compliance scan (requires add-on) |
| `catalyst_list_compliance_frameworks` | List available compliance frameworks |
| `catalyst_get_dashboard` | Get the governance dashboard snapshot |
| `catalyst_export_ledger` | Export the hash-linked audit chain |
## Governance loop
```
catalyst_my_governance() # understand your mode + capabilities
↓
catalyst_check_action("write_file") # allow | proposal_required | deny
↓ if proposal_required
catalyst_log_task("Deploy to prod") # creates proposal, returns proposal_id
↓
catalyst_await_approval(proposal_id) # poll until approved: true
↓ proceed
```
## Links
- Homepage: [catalyst.stratogenic.ai](https://catalyst.stratogenic.ai)
- Smithery: [smithery.ai/servers/markjsmith311/catalyst](https://smithery.ai/servers/markjsmith311/catalyst)
- Official MCP Registry: [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io/v0.1/servers?search=Stratogenic-AI)
- mcp.so: [mcp.so/server/catalyst-governance](https://mcp.so/server/catalyst-governance)
Lo que la gente pregunta sobre catalyst-mcp
¿Qué es Stratogenic-AI/catalyst-mcp?
+
Stratogenic-AI/catalyst-mcp es mcp servers para el ecosistema de Claude AI. Catalyst governance middleware MCP server — hosted SSE endpoint for AI agent governance, compliance scanning, and audit Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala catalyst-mcp?
+
Puedes instalar catalyst-mcp clonando el repositorio (https://github.com/Stratogenic-AI/catalyst-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Stratogenic-AI/catalyst-mcp?
+
Stratogenic-AI/catalyst-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene Stratogenic-AI/catalyst-mcp?
+
Stratogenic-AI/catalyst-mcp es mantenido por Stratogenic-AI. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a catalyst-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega catalyst-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/stratogenic-ai-catalyst-mcp)<a href="https://claudewave.com/repo/stratogenic-ai-catalyst-mcp"><img src="https://claudewave.com/api/badge/stratogenic-ai-catalyst-mcp" alt="Featured on ClaudeWave: Stratogenic-AI/catalyst-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。