spacesentinel mcp for Cursor
io.github.sheldonzhuang/spacesentinel-mcp
Conversational Windows disk cleanup (whitelist-only) + device cleanup guides in 7 languages.
client:Cursor
transport:stdio
runtime:npm
Install spacesentinel mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spacesentinel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spacesentinel-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs