Skip to content
Gemini CLI

mcp folder scout for Gemini CLI

io.github.dharani0804/mcp-folder-scout

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

client:Gemini CLI transport:stdio runtime:pypi

Install mcp folder scout in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-folder-scout": {
      "command": "uvx",
      "args": [
        "mcp-folder-scout"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp folder scout in other clients