Skip to content
VS Code

mcp folder scout for VS Code

io.github.dharani0804/mcp-folder-scout

Read-only folder triage: what is in a folder, what is stale, and where the space went.

client:VS Code transport:stdio runtime:pypi

Install mcp folder scout in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-folder-scout": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-folder-scout"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp folder scout in other clients