MCP Server
MCP
io.github.VladUZH/sidclaw-governance-mcp
Governance proxy for MCP servers — policy evaluation, human approval, audit trails.
Install
npx -y @sidclaw/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@sidclaw/sdk",
"version": "0.1.13",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SidClaw API key for policy evaluation and audit logging",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SIDCLAW_API_KEY"
},
{
"description": "Agent identity for policy matching and audit trails",
"isRequired": true,
"format": "string",
"name": "SIDCLAW_AGENT_ID"
},
{
"description": "Command for the upstream MCP server (e.g., npx)",
"isRequired": true,
"format": "string",
"name": "SIDCLAW_UPSTREAM_CMD"
},
{
"description": "Comma-separated args for the upstream MCP server",
"isRequired": true,
"format": "string",
"name": "SIDCLAW_UPSTREAM_ARGS"
},
{
"description": "Approval mode: error (default, returns immediately) or block (waits for approval)",
"format": "string",
"name": "SIDCLAW_APPROVAL_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment