Skip to content
Zed

forage for Zed

io.github.isaac-levine/forage

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

client:Zed transport:stdio runtime:npm

Install forage in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "forage": {
      "command": "npx",
      "args": [
        "-y",
        "forage-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

forage in other clients