Skip to content
Cursor

vnsh for Cursor

io.github.raullenchai/vnsh

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

client:Cursor transport:stdio runtime:npm

Install vnsh in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vnsh in other clients