Works with MCP, LangChain, OpenAI Agents, Claude Agent SDK, and 15+ more.
Works with MCP, LangChain, OpenAI Agents, Claude Agent SDK, and 15+ more. The platform mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
MCP-native — governance proxy for any MCP serverFramework-agnostic — LangChain, Vercel AI, OpenAI, CrewAI, Pydantic AI, Composio, Claude Agent SDK, Google ADK, LlamaIndex, NemoClaw, or plain functionsRBAC — admin, reviewer, viewer roles with enforced permissionsWebhooks — real-time notifications for approvals, traces, lifecycle eventsSelf — serve signup** — GitHub, Google, email/passwordEmail — admin@example.com / Password: adminIntegrations — MCP, OpenClaw, NemoClaw, LangChain, OpenAI, Claude Agent SDK, Google ADK, Copilot Studio, GitHub Copilot, and moreCompliance — 🇺🇸 FINRA · 🇪🇺 EU AI Act · 🇨🇭 FINMA · 🇸🇬 MAS TRM · 🇺🇸 NIST AI RMF · 🌐 OWASPWebsite — DocumentationDashboard — TypeScript SDK (npm)create-sidclaw — app (npm)Approach — What it solvesBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 6 environment variables: SIDCLAW_API_KEY, SIDCLAW_AGENT_ID, SIDCLAW_UPSTREAM_CMD, SIDCLAW_UPSTREAM_ARGS, SIDCLAW_BASE_URL, NEXT_PUBLIC_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Platform's toolset — MCP-native, Framework-agnostic, RBAC and 11 more — is a fair guide to whether it matches your workflow. It is maintained by sidclawhq; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| MCP-native | governance proxy for any MCP server |
| Framework-agnostic | LangChain, Vercel AI, OpenAI, CrewAI, Pydantic AI, Composio, Claude Agent SDK, Google ADK, LlamaIndex, NemoClaw, or plain functions |
| RBAC | admin, reviewer, viewer roles with enforced permissions |
| Webhooks | real-time notifications for approvals, traces, lifecycle events |
| Self | serve signup** — GitHub, Google, email/password |
| admin@example.com / Password: admin | |
| Integrations | MCP, OpenClaw, NemoClaw, LangChain, OpenAI, Claude Agent SDK, Google ADK, Copilot Studio, GitHub Copilot, and more |
| Compliance | 🇺🇸 FINRA · 🇪🇺 EU AI Act · 🇨🇭 FINMA · 🇸🇬 MAS TRM · 🇺🇸 NIST AI RMF · 🌐 OWASP |
| Website | Documentation |
| Dashboard | TypeScript SDK (npm) |
| create-sidclaw | app (npm) |
| Approach | What it solves |
| SidClaw | All of the above, plus the **Approval** primitive |
| LangChain | @sidclaw/sdk/langchain |
{
"mcpServers": {
"postgres-governed": {
"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"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SIDCLAW_API_KEY | Credential the server authenticates with. | Yes |
| SIDCLAW_AGENT_ID | Configuration value read at startup. | Optional |
| SIDCLAW_UPSTREAM_CMD | Configuration value read at startup. | Optional |
| SIDCLAW_UPSTREAM_ARGS | Configuration value read at startup. | Optional |
| SIDCLAW_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| NEXT_PUBLIC_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.