mcpbeat Sign in

Cinch MCP Server

by yusufkadry Your server? Claim it
local only

Cinch runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 23 Jul 2026.

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

Installs per day peak 10 · avg 4 · +87% w/w
a month agotoday
27
Installs / week
npm · @cinch-codes/mcp
0
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Cinch every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cinch -- npx -y @cinch-codes/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cinch": {
      "args": [
        "-y",
        "@cinch-codes/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cinch]
command = "npx"
args = ["-y", "@cinch-codes/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cinch": {
      "args": [
        "-y",
        "@cinch-codes/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cinch": {
      "args": [
        "-y",
        "@cinch-codes/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CINCH_API_KEY (Cinch API key from cinch.codes). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cinch

same job, measured the same way
E2b
by mcparmory

Create and manage secure sandboxes for running AI agent code

238 installs/wk local only
Python Code Validator
by statemind

Proves AI-generated Python does what you asked: lint, types, security, sandbox run, exact fixes.

3 tools answering
RLM Tools
by stefanoshea

Persistent Python sandbox for token-efficient codebase exploration in MCP clients

31 installs/wk local only
LLM Sandbox
by vndee

Securely run LLM-generated code in isolated containers across 7 languages and 3 container backends.

93 684 installs/wk local only
MCP Server Colab Exec
by pdwi2020

Execute Python code on Google Colab GPU runtimes (T4/L4) from any MCP client

82 installs/wk local only
SandboxAPI
by michielderuiter

Execute code in 8 languages (Python, JS, TS, Go, Java, C++, C, Bash) in gVisor sandboxes.

answering
NIRA REPL MCP
by pachote

Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands

45 installs/wk local only
Helmdeck
by tosin2013

Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.

129 installs/wk local only

Cinch — questions

Answers built from our own checks of this server.

Why is there no uptime for Cinch?
Cinch runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cinch-codes/mcp was installed 27 times last week.
How do I connect Cinch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cinch-codes/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cinch?
The npm package @cinch-codes/mcp was installed 27 times in the last week. Week over week that is +87%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cinch open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.