Skip to content
Zed

SearchForge for Zed

io.github.divyanshu-iitian/searchforge

Free open-source web search and page reading for LLMs, AI agents, and RAG.

client:Zed transport:stdio runtime:oci

Install SearchForge in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "searchforge": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0"
      ],
      "env": {
        "SEARCHFORGE_SEARXNG_URL": "<SEARCHFORGE_SEARXNG_URL>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "CROSSREF_MAILTO": "<CROSSREF_MAILTO>",
        "BRAVE_SEARCH_API_KEY": "<BRAVE_SEARCH_API_KEY>"
      }
    }
  }
}

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

SearchForge in other clients