Loading MCP server directory, please wait...
Governance proxy for MCP servers — policy evaluation, human approval, audit trails.
npx @getmcp/cli add io.github.VladUZH/sidclaw-governance-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SIDCLAW_API_KEYSidClaw API key for policy evaluation and audit logging
SIDCLAW_AGENT_IDAgent identity for policy matching and audit trails
SIDCLAW_UPSTREAM_CMDCommand for the upstream MCP server (e.g., npx)
SIDCLAW_UPSTREAM_ARGSComma-separated args for the upstream MCP server
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.VladUZH/sidclaw-governance-mcp": {
"command": "npx",
"args": [
"-y",
"@sidclaw/sdk"
],
"env": {
"SIDCLAW_API_KEY": "",
"SIDCLAW_AGENT_ID": "",
"SIDCLAW_UPSTREAM_CMD": "",
"SIDCLAW_UPSTREAM_ARGS": "",
"SIDCLAW_APPROVAL_MODE": ""
}
}
}
}