mcpbeat Sign in

Vnsh MCP Server

by raullenchai Your server? Claim it
local only

Vnsh runs on your own machine — the client starts it, so there is no endpoint to ping. 126 installs a week from npm. Last commit 6 Sep 2026.

Portable workspaces for AI agents: one encrypted link any agent can read and write

Installs per day peak 363 · avg 35 · +2145% w/w
a month agotoday
126
Installs / week
npm · vnsh-mcp
156
Stars
18 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(command[0] as string, command[1] as string[], {
Builds a file path from a variable cli/npm/src/project-init.ts:30
      const file = path.join(current, name);
Long encoded blob in source worker/src/index.ts:5214
const OG_SITE_PNG = 'iVBORw0KGgoAAAANSUhEUgAABLAAAAJ2CAMAAAB4notuAAAAwFBMVEX////+/v78/Pz5+fn29vby8vLt7e3p6enk5OTe3t7U1NTHx8e7u7sixV4hwFy0tLSpqamjo6OhoaGgoKCcnJyXl5eRkZGJiYmDg4N9fX0+jFtzc3MXczlvb29ra2tnZ2diYmJdXV1XV1dTU1NSUlIVYjFQUFBMTExJSUlDQ0M2Pjk4ODgzMzMwMDAoLiopKSkmJiYjIyMaIx0…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 vnsh -- npx -y vnsh-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vnsh": {
      "args": [
        "-y",
        "vnsh-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vnsh]
command = "npx"
args = ["-y", "vnsh-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vnsh": {
      "args": [
        "-y",
        "vnsh-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vnsh": {
      "args": [
        "-y",
        "vnsh-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vnsh

same job, measured the same way
Writespace MCP
by write-space

Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

answering
MDflow
by mdflow

Markdown workspace for AI agents: read, write, organize, and share markdown documents.

answering
Ipfs Toolkit
by tkllabs-bh-mcp-servers

Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows

answering
Basalt
by joshiii-xyz

Local SQL workspaces with bounded, recoverable writes for coding agents.

local only
Codesign
by img

Local design engine for AI agents: create, edit and export real, editable designs.

4 970 installs/wk local only
Br8n
by br8n

Owned, portable working memory: a plain-files markdown brain any model can read and cite.

74 installs/wk local only
Mailsink
by heocoi

Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.

28 installs/wk local only
ChainMemory
by chaelynet

Persistent cross-model memory for AI agents: verifiable, portable, client-side encrypted.

777 installs/wk local only

Vnsh — questions

Answers built from our own checks of this server.

Why is there no uptime for Vnsh?
Vnsh 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 vnsh-mcp was installed 126 times last week.
How do I connect Vnsh?
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 vnsh-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vnsh?
The npm package vnsh-mcp was installed 126 times in the last week. Week over week that is +2145%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vnsh open source?
Yes — it is published under the MIT licence, written in TypeScript, 156 stars on GitHub and 18 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.