box for Cursor
com.mcparmory/box
Manage files, folders, and team collaboration with access controls
client:Cursor
transport:stdio
runtime:pypi
Install box in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"box": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-box"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs