← Back to Plugins
MCP Server MCP

io.github.yusufkadry/cinch

github By github 👁 2 views ▲ 0 votes

Run AI-generated code safely. gVisor-isolated Python/JS sandboxes for any MCP client. Pay per run.

Homepage Verified source GitHub

Install

npx -y @cinch-codes/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cinch-codes/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cinch API key from cinch.codes",
          "isRequired": true,
          "isSecret": true,
          "name": "CINCH_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...