Skip to content
Cursor

forage for Cursor

io.github.isaac-levine/forage

Self-improving tool discovery for AI agents. Find, install, and use new MCP servers automatically.

client:Cursor transport:stdio runtime:npm

Install forage in Cursor

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

{
  "mcpServers": {
    "forage": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "forage-mcp"
      ]
    }
  }
}

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

forage in other clients