HomeSecurity › platform

platform

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

TypeScript CloudLocal macOSWindowsLinux
★ 14 stars Last pushed 2026-09-21 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.13)

npx -y @sidclaw/sdk@0.1.13

Or add to your MCP client config:

{
  "mcpServers": {
    "platform": {
      "command": "npx",
      "args": [
        "-y",
        "@sidclaw/sdk@0.1.13"
      ],
      "env": {
        "SIDCLAW_API_KEY": "<YOUR_VALUE>",
        "SIDCLAW_AGENT_ID": "<YOUR_VALUE>",
        "SIDCLAW_UPSTREAM_CMD": "<YOUR_VALUE>",
        "SIDCLAW_UPSTREAM_ARGS": "<YOUR_VALUE>",
        "SIDCLAW_APPROVAL_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry