Back to directory
sidclawhq/platform

sidclawhq/platform

@sidclawhq

MCP governance proxy for wrapping any MCP servers with policy evaluation, approval workflows, and audit trails.

governanceproxymcpapprovalpolicyauditai-safetysdktool

Installation & Configuration

{
  "mcpServers": {
    "sidclaw-governance": {
      "command": "npx",
      "args": [
        "-y",
        "@sidclaw/sdk",
        "sidclaw-mcp-proxy",
        "--transport",
        "stdio"
      ],
      "env": {
        "SIDCLAW_API_KEY": "ai_your_key",
        "SIDCLAW_AGENT_ID": "your-agent-id",
        "SIDCLAW_UPSTREAM_CMD": "npx",
        "SIDCLAW_UPSTREAM_ARGS": "-y,@modelcontextprotocol/server-postgres,postgresql://localhost/mydb"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15