Skip to content
Cursor

SearchForge for Cursor

io.github.divyanshu-iitian/searchforge

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

client:Cursor transport:stdio runtime:oci

Install SearchForge in Cursor

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

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

{
  "mcpServers": {
    "searchforge": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

SearchForge in other clients