PluginBench
MCP Server

io.github.VladUZH/sidclaw-governance-mcp MCP Server

io.github.VladUZH/sidclaw-governance-mcp

What is the io.github.VladUZH/sidclaw-governance-mcp MCP server?

Governance proxy for MCP servers — policy evaluation, human approval, audit trails.

How to install io.github.VladUZH/sidclaw-governance-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SIDCLAW_API_KEY
    required
    secret

    SidClaw API key for policy evaluation and audit logging

  • SIDCLAW_AGENT_ID
    required

    Agent identity for policy matching and audit trails

  • SIDCLAW_UPSTREAM_CMD
    required

    Command for the upstream MCP server (e.g., npx)

  • SIDCLAW_UPSTREAM_ARGS
    required

    Comma-separated args for the upstream MCP server

  • SIDCLAW_APPROVAL_MODE

    Approval mode: error (default, returns immediately) or block (waits for approval)

Claude Desktop
~/Library/Application Support/Claude/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": "<YOUR_SIDCLAW_AGENT_ID>",
        "SIDCLAW_UPSTREAM_CMD": "<YOUR_SIDCLAW_UPSTREAM_CMD>",
        "SIDCLAW_UPSTREAM_ARGS": "<YOUR_SIDCLAW_UPSTREAM_ARGS>",
        "SIDCLAW_APPROVAL_MODE": "<YOUR_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": "<YOUR_SIDCLAW_AGENT_ID>",
        "SIDCLAW_UPSTREAM_CMD": "<YOUR_SIDCLAW_UPSTREAM_CMD>",
        "SIDCLAW_UPSTREAM_ARGS": "<YOUR_SIDCLAW_UPSTREAM_ARGS>",
        "SIDCLAW_APPROVAL_MODE": "<YOUR_SIDCLAW_APPROVAL_MODE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sidclaw-governance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sidclaw/sdk"
      ],
      "env": {
        "SIDCLAW_API_KEY": "<YOUR_SIDCLAW_API_KEY>",
        "SIDCLAW_AGENT_ID": "<YOUR_SIDCLAW_AGENT_ID>",
        "SIDCLAW_UPSTREAM_CMD": "<YOUR_SIDCLAW_UPSTREAM_CMD>",
        "SIDCLAW_UPSTREAM_ARGS": "<YOUR_SIDCLAW_UPSTREAM_ARGS>",
        "SIDCLAW_APPROVAL_MODE": "<YOUR_SIDCLAW_APPROVAL_MODE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sidclaw-governance-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sidclaw/sdk"
      ],
      "env": {
        "SIDCLAW_API_KEY": "<YOUR_SIDCLAW_API_KEY>",
        "SIDCLAW_AGENT_ID": "<YOUR_SIDCLAW_AGENT_ID>",
        "SIDCLAW_UPSTREAM_CMD": "<YOUR_SIDCLAW_UPSTREAM_CMD>",
        "SIDCLAW_UPSTREAM_ARGS": "<YOUR_SIDCLAW_UPSTREAM_ARGS>",
        "SIDCLAW_APPROVAL_MODE": "<YOUR_SIDCLAW_APPROVAL_MODE>"
      }
    }
  }
}
Claude Code
claude mcp add sidclaw-governance-mcp --env SIDCLAW_API_KEY=<YOUR_SIDCLAW_API_KEY> --env SIDCLAW_AGENT_ID=<YOUR_SIDCLAW_AGENT_ID> --env SIDCLAW_UPSTREAM_CMD=<YOUR_SIDCLAW_UPSTREAM_CMD> --env SIDCLAW_UPSTREAM_ARGS=<YOUR_SIDCLAW_UPSTREAM_ARGS> --env SIDCLAW_APPROVAL_MODE=<YOUR_SIDCLAW_APPROVAL_MODE> -- npx -y @sidclaw/sdk

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →