zspace-cli for Cursor
io.github.skyzhao1223/zspace-cli
Zero-config MCP server + CLI for ZSpace NAS: file ops and pool stats via the desktop client.
client:Cursor
transport:stdio
runtime:pypi
Install zspace-cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zspace-cli": {
"type": "stdio",
"command": "uvx",
"args": [
"zspace-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs