Zero-config MCP server + CLI for ZSpace NAS: manage files and pool stats via desktop client proxy.
claude mcp add zspace-cli -- uvx zspace-cli
claude_desktop_config.json
{
"mcpServers": {
"zspace-cli": {
"command": "uvx",
"args": [
"zspace-cli"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"zspace-cli": {
"command": "uvx",
"args": [
"zspace-cli"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"zspace-cli": {
"command": "uvx",
"args": [
"zspace-cli"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"zspace-cli": {
"type": "stdio",
"command": "uvx",
"args": [
"zspace-cli"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"zspace-cli": {
"command": "uvx",
"args": [
"zspace-cli"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.skyzhao1223--zspace-cli/reviews or the review_server meta-tool.
POST /mcp