MCP Directory

sidclawhq/platform

GitHub
Developer Tools

Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y platform

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from sidclawhq/platform your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "platform": {
      "command": "npx",
      "args": [
        "-y",
        "platform"
      ]
    }
  }
}

Route sidclawhq/platform intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add platform

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use sidclawhq/platform directly without routing

npx -y platform

New to Agent-CoreX? View setup guide →

sidclawhq/platform MCP Server — Agent-CoreX