Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Platform
Platform logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:01:08 PM

Platform

User RatingsBe the first to rate and review this MCP server!
View Repository14 GitHub StarsTotal stargazers on GitHub for the source repository (14 stars).Visit Website
mcpsecuritygovernanceauditdeveloper-tools

Govern MCP tool calls with policy checks, human approvals, and tamper-evident audit traces.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sidclawhq-platform": {
      "command": "npx",
      "args": [
        "-y",
        "sidclaw-demo"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

The sidclawhq/platform MCP server wraps upstream MCP servers and evaluates each tool call against configured policies. It can allow actions immediately, block them, or pause them for human approval before execution, while recording decisions in hash-chained audit trails. Use it when an MCP client needs oversight for high-risk operations such as infrastructure changes, messages, or sensitive workflows. The proxy works with MCP clients including Claude Desktop and Cursor.

Use cases

โ€ขGovern high-risk MCP tool calls before execution
โ€ขRequire human approval for production changes
โ€ขBlock disallowed agent actions with policy rules
โ€ขRecord agent decisions in an audit trail

Key features

โ€ขMCP governance proxy
โ€ขPolicy-based allow, deny, and approval decisions
โ€ขHuman review workflows
โ€ขHash-chained audit trails
โ€ขStdio transport support
โ€ขAgent identity and scoped permissions

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Platform.

Extracted Tool Capabilities
MCP governance proxy
Policy-based allow, deny, and approval decisions
Human review workflows
Hash-chained audit trails
Stdio transport support
Agent identity and scoped permissions

How Platform works

What sidclawhq/platform does

The sidclawhq/platform MCP server acts as a governance layer in front of another MCP server. Instead of allowing an agent to call upstream tools directly, the proxy intercepts each call and sends it through policy evaluation. The result determines whether the action proceeds, waits for review, or is rejected before the upstream server receives it.

The project describes three possible policy outcomes:

  • allow: execute the action immediately and record the decision.
  • approval_required: present the action context to a human reviewer, then execute or reject it based on the review.
  • deny: stop the action before execution and record the decision.

This makes the proxy suitable for MCP deployments where tool use needs explicit controls, ownership, or an audit record. The repository also provides SDK and integration paths for other agent frameworks, but the MCP proxy is the relevant component when the client communicates through MCP.

How it works

A request follows an identity, policy, approval, and trace sequence. The agent is associated with an owner and scoped permissions, the requested action is evaluated against explicit rules, and higher-risk actions can be held for human review with contextual details. Once the decision is complete, the action either reaches the upstream MCP server or is blocked. The resulting decision is written to a hash-chained audit trail.

The sidclawhq/platform MCP server is intended to sit between an MCP client and an existing MCP server. It does not replace the upstream server's tools; it governs access to them. The README shows examples involving database access, email, production scaling, and clinical workflows, but the proxy is described as wrapping any MCP server rather than being limited to those examples.

Setup and configuration

The documented stdio configuration runs the proxy through npx:

config.json
{
  "command": "npx",
  "args": ["-y", "@sidclaw/sdk", "sidclaw-mcp-proxy", "--transport", "stdio"]
}

The configuration also supplies a SidClaw API key and an agent identifier through environment variables. The API key authenticates requests to the governance service, while the agent identifier associates calls with the governed agent. The README's other examples use SIDCLAW_BASE_URL when pointing integrations at a SidClaw API; the proxy configuration excerpt specifically shows SIDCLAW_API_KEY and SIDCLAW_AGENT_ID.

The project can also be deployed as a self-hosted instance. Railway is documented as a deployment option that provisions the API, dashboard, and Postgres together. Vercel is described as a dashboard-only option that must point to an existing SidClaw API.

Tools and capabilities

The proxy provides governance capabilities rather than a separate catalog of business tools. Its documented functions include:

  • Intercepting calls made to an upstream MCP server.
  • Evaluating calls against policies.
  • Allowing, denying, or pausing actions for approval.
  • Showing reviewers context for actions awaiting approval.
  • Recording decisions in hash-chained audit trails.
  • Running through the stdio transport for MCP clients.

The sidclawhq/platform MCP server is documented as compatible with Claude Desktop, Cursor, VS Code, and GitHub Copilot. The broader project also lists integrations for LangChain, OpenAI Agents, Claude Agent SDK, Google ADK, and other frameworks.

Limitations and notes

The provided material does not define the policy language, approval interface configuration, API pricing, or the complete environment-variable list for the proxy. A SidClaw API key and agent identifier are shown in the MCP setup, so this is not a credential-free proxy configuration. The local npx sidclaw-demo command launches preloaded dashboard scenarios for demonstration; it is not the MCP governance proxy itself.

License information is split in the repository: the SDK is marked Apache-2.0, while the platform is marked FSL 1.1. Check the relevant component's license before redistributing or deploying it.

Getting started with this sidclawhq/platform MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • Aegis logoAegis

    Policy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging. Cross-platform: LangChain, OpenAI, Anthropic, MCP.

    ๐Ÿ”’ Security4 views
    Compare vs Aegis โ†’
  • Haldir logoHaldir

    Guardian layer for AI agents: identity, secrets, audit via MCP.

    ๐Ÿ”’ Security3 views
    Compare vs Haldir โ†’
  • Arc Gate MCP logoArc Gate MCP

    Runtime governance for MCP tool calls. Blocks prompt injection and capability abuse before tool results reach your agent.

    ๐Ÿ”’ Security5 views
    Compare vs Arc Gate MCP โ†’
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls โ€” DROP TABLE, rm -rf, force-push โ€” before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    ๐Ÿ”’ Security3 views
    Compare vs Shield โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
14
Stargazers on the source repository.
npm downloads
408
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Platform

Run it through npx with `npx -y @sidclaw/sdk sidclaw-mcp-proxy --transport stdio` and configure the command in your MCP client.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPlatform AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sidclawhq-platform?style=directory)](https://allmcps.com/mcp/sidclawhq-platform)
HTML Embed
<a href="https://allmcps.com/mcp/sidclawhq-platform"><img src="https://allmcps.com/api/badge/sidclawhq-platform?style=directory" alt="Platform on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseFSL-1.1
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars14
GitHub Star CountTotal stargazers on GitHub representing community popularity (14 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads408/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev ยท sidclaw-demo (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Platform โ†’Install in Claude DesktopInstall in CursorInstall in VS Code