MCP Server
MCP
Catalyst Governance
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
By
Comments
Sign in to leave a comment