Odel
vnsh

vnsh

Local
@raullenchai155TypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmvnsh-mcpv1.3.0

Run

npx -y vnsh-mcp

MCP client config

{
  "mcpServers": {
    "vnsh": {
      "command": "npx",
      "args": [
        "-y",
        "vnsh-mcp"
      ]
    }
  }
}