New:Socket for Asana Is Now Available.Learn more
Get Started

create-sidclaw-app

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-sidclaw-app

Create a governed AI agent with SidClaw in 60 seconds

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

{{projectName}}

An MCP governance proxy powered by SidClaw.

What This Does

Wraps any MCP server with SidClaw governance. Tool calls are evaluated against your policies before reaching the upstream server.

Tool mappings (glob patterns):

  • search_* → Allowed instantly (internal data)
  • send_* → Requires human approval (confidential)
  • export_* → Blocked by policy (restricted data)

Setup

  • Set your upstream MCP server command in .env:

    UPSTREAM_MCP_COMMAND=npx
    UPSTREAM_MCP_ARGS=-y @modelcontextprotocol/server-postgres postgres://...
    
  • Configure in your MCP client (e.g., Claude Desktop):

    {
      "mcpServers": {
        "governed-server": {
          "command": "npx",
          "args": ["tsx", "index.ts"],
          "env": {
            "SIDCLAW_API_KEY": "ai_...",
            "SIDCLAW_AGENT_ID": "...",
            "UPSTREAM_MCP_COMMAND": "npx",
            "UPSTREAM_MCP_ARGS": "-y @modelcontextprotocol/server-postgres postgres://..."
          }
        }
      }
    }
    

Run Standalone

npm start

Approve Requests

When a tool call requires approval: https://app.sidclaw.com/dashboard/approvals

View Traces

See the complete audit trail at: https://app.sidclaw.com/dashboard/audit

Keywords

create

FAQs

Package last updated on 24 Mar 2026

Related posts