Home › Search & Research › SearchForge
SearchForge
Free open-source web search and page reading for LLMs, AI agents, and RAG.
Topics: Search & Data Extraction
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0
Or add to your MCP client config:
{
"mcpServers": {
"searchforge": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0"
],
"env": {
"SEARCHFORGE_SEARXNG_URL": "<YOUR_VALUE>",
"GITHUB_TOKEN": "<YOUR_VALUE>",
"CROSSREF_MAILTO": "<YOUR_VALUE>",
"BRAVE_SEARCH_API_KEY": "<YOUR_VALUE>"
}
}
}
}
SEARCHFORGE_SEARXNG_URL— Optional URL of a self-hosted SearXNG instanceGITHUB_TOKENsecret — Optional GitHub token for higher public API quotasCROSSREF_MAILTO— Optional email address for Crossref polite-pool routingBRAVE_SEARCH_API_KEYsecret — Optional Brave Search API key
Related servers
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
wigolo
Local-first web intelligence MCP server for AI coding agents
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
brightdata-mcp
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry