Skip to content
Grok

zspace-cli for Grok

io.github.skyzhao1223/zspace-cli

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

client:Grok transport:stdio runtime:pypi

Install zspace-cli in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

zspace-cli in other clients