Skip to content
Grok

foragekit for Grok

io.github.ilkhamfy/foragekit

Epistemic foraging for AI agents: source discovery, verified evidence, uncertainty-aware briefs

client:Grok transport:stdio runtime:pypi

Install foragekit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "foragekit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "foragekit"
      ]
    }
  }
}

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

foragekit in other clients