Skip to content
VS Code

vnsh for VS Code

io.github.raullenchai/vnsh

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

client:VS Code transport:stdio runtime:npm

Install vnsh in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vnsh in other clients