Skip to content
Grok

mcp folder scout for Grok

io.github.dharani0804/mcp-folder-scout

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

client:Grok transport:stdio runtime:pypi

Install mcp folder scout in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp folder scout in other clients