Skip to content
Cursor

foragekit for Cursor

io.github.ilkhamfy/foragekit

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

client:Cursor transport:stdio runtime:pypi

Install foragekit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

foragekit in other clients