io.github.VladUZH/sidclaw-governance-mcp
Quality Score
80
/100
Governance proxy for MCP servers — policy evaluation, human approval, audit trails.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"sidclaw-governance-mcp": {
"command": "npx",
"args": [
"-y",
"@sidclaw/sdk"
],
"env": {
"SIDCLAW_API_KEY": "<your-sidclaw_api_key>",
"SIDCLAW_AGENT_ID": "<sidclaw_agent_id>",
"SIDCLAW_UPSTREAM_CMD": "<sidclaw_upstream_cmd>",
"SIDCLAW_UPSTREAM_ARGS": "<sidclaw_upstream_args>",
"SIDCLAW_APPROVAL_MODE": "<sidclaw_approval_mode>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"sidclaw-governance-mcp": {
"command": "npx",
"args": [
"-y",
"@sidclaw/sdk"
],
"env": {
"SIDCLAW_API_KEY": "<your-sidclaw_api_key>",
"SIDCLAW_AGENT_ID": "<sidclaw_agent_id>",
"SIDCLAW_UPSTREAM_CMD": "<sidclaw_upstream_cmd>",
"SIDCLAW_UPSTREAM_ARGS": "<sidclaw_upstream_args>",
"SIDCLAW_APPROVAL_MODE": "<sidclaw_approval_mode>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @sidclaw/sdk§02 Environment variables
SIDCLAW_API_KEYrequiredsecret
SidClaw API key for policy evaluation and audit logging
SIDCLAW_AGENT_IDrequired
Agent identity for policy matching and audit trails
SIDCLAW_UPSTREAM_CMDrequired
Command for the upstream MCP server (e.g., npx)
SIDCLAW_UPSTREAM_ARGSrequired
Comma-separated args for the upstream MCP server
SIDCLAW_APPROVAL_MODEApproval mode: error (default, returns immediately) or block (waits for approval)
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.