sidclaw-governance-mcp
About
Governance proxy for MCP servers — policy evaluation, human approval, audit trails.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SIDCLAW_API_KEY SIDCLAW_AGENT_ID SIDCLAW_UPSTREAM_CMD SIDCLAW_UPSTREAM_ARGS SIDCLAW_APPROVAL_MODEClaude Code
claude mcp add --env SIDCLAW_API_KEY= --env SIDCLAW_AGENT_ID= --env SIDCLAW_UPSTREAM_CMD= --env SIDCLAW_UPSTREAM_ARGS= --env SIDCLAW_APPROVAL_MODE= sidclaw-governance-mcp -- npx @sidclaw/sdk
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"sidclaw-governance-mcp","command":"npx","args":["@sidclaw/sdk"],"env":{"SIDCLAW_API_KEY":"","SIDCLAW_AGENT_ID":"","SIDCLAW_UPSTREAM_CMD":"","SIDCLAW_UPSTREAM_ARGS":"","SIDCLAW_APPROVAL_MODE":""}}'
JSON
{
"mcpServers": {
"sidclaw-governance-mcp": {
"command": "npx",
"args": [
"@sidclaw/sdk"
],
"env": {
"SIDCLAW_API_KEY": "",
"SIDCLAW_AGENT_ID": "",
"SIDCLAW_UPSTREAM_CMD": "",
"SIDCLAW_UPSTREAM_ARGS": "",
"SIDCLAW_APPROVAL_MODE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.