← Back to browse

SearchForge

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSEARCHFORGE_SEARXNG_URL GITHUB_TOKEN CROSSREF_MAILTO BRAVE_SEARCH_API_KEY
Claude Code
claude mcp add --env SEARCHFORGE_SEARXNG_URL= --env GITHUB_TOKEN= --env CROSSREF_MAILTO= --env BRAVE_SEARCH_API_KEY= searchforge -- docker ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"searchforge","command":"docker","args":["ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0"],"env":{"SEARCHFORGE_SEARXNG_URL":"","GITHUB_TOKEN":"","CROSSREF_MAILTO":"","BRAVE_SEARCH_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "searchforge": {
      "command": "docker",
      "args": [
        "ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0"
      ],
      "env": {
        "SEARCHFORGE_SEARXNG_URL": "",
        "GITHUB_TOKEN": "",
        "CROSSREF_MAILTO": "",
        "BRAVE_SEARCH_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.