Back to Browse

Platform MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 2 known CVEs in dependencies ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

14 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

SidClaw API key for policy evaluation and audit loggingRequired

Environment variable: SIDCLAW_API_KEY

Agent identity for policy matching and audit trailsOptional

Environment variable: SIDCLAW_AGENT_ID

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

Environment variable: SIDCLAW_UPSTREAM_CMD

Comma-separated args for the upstream MCP serverOptional

Environment variable: SIDCLAW_UPSTREAM_ARGS

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

Environment variable: SIDCLAW_APPROVAL_MODE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-vladuzh-sidclaw-governance-mcp": {
      "env": {
        "SIDCLAW_API_KEY": "your-sidclaw-api-key-here",
        "SIDCLAW_AGENT_ID": "your-sidclaw-agent-id-here",
        "SIDCLAW_UPSTREAM_CMD": "your-sidclaw-upstream-cmd-here",
        "SIDCLAW_APPROVAL_MODE": "your-sidclaw-approval-mode-here",
        "SIDCLAW_UPSTREAM_ARGS": "your-sidclaw-upstream-args-here"
      },
      "args": [
        "-y",
        "@sidclaw/sdk"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!