Skip to content
Cline

SearchForge for Cline

io.github.divyanshu-iitian/searchforge

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

client:Cline transport:stdio runtime:oci

Install SearchForge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

SearchForge in other clients