mcp folder scout for Cursor
io.github.dharani0804/mcp-folder-scout
Read-only folder triage: what is in a folder, what is stale, and where the space went.
client:Cursor
transport:stdio
runtime:pypi
Install mcp folder scout in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-folder-scout": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-folder-scout"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs