Skip to content
VS Code

zspace-cli for VS Code

io.github.skyzhao1223/zspace-cli

Zero-config MCP server + CLI for ZSpace NAS: file ops and pool stats via the desktop client.

client:VS Code transport:stdio runtime:pypi

Install zspace-cli in VS Code

.vscode/mcp.json

{
  "servers": {
    "zspace-cli": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zspace-cli"
      ]
    }
  }
}

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

zspace-cli in other clients