platform
Governance proxy for MCP servers — policy evaluation, human approval, audit trails.
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_KEYrequired secret — SidClaw API key for policy evaluation and audit loggingSIDCLAW_AGENT_IDrequired — Agent identity for policy matching and audit trailsSIDCLAW_UPSTREAM_CMDrequired — Command for the upstream MCP server (e.g., npx)SIDCLAW_UPSTREAM_ARGSrequired — Comma-separated args for the upstream MCP serverSIDCLAW_APPROVAL_MODE— Approval mode: error (default, returns immediately) or block (waits for approval)
Related servers
ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and…
GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling…
jadx-ai-mcp
JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live…
beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious…
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
skylos
Dead code, security, secrets detection and code quality for Python, TypeScript, Go.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry