zspace-cli for Gemini CLI
io.github.skyzhao1223/zspace-cli
Zero-config MCP server + CLI for ZSpace NAS: file ops and pool stats via the desktop client.
client:Gemini CLI
transport:stdio
runtime:pypi
Install zspace-cli in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"zspace-cli": {
"command": "uvx",
"args": [
"zspace-cli"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs