Skip to content
VS Code

Zas for VS Code

io.github.soke1556/zas-agent

Move files and notes between a coding agent and your Zas channels, encrypted here or via Directo.

client:VS Code transport:stdio runtime:npm

Install Zas in VS Code

.vscode/mcp.json

{
  "servers": {
    "zas-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "zas-agent"
      ]
    }
  }
}

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

Zas in other clients