SearchForge for Grok
io.github.divyanshu-iitian/searchforge
Free open-source web search and page reading for LLMs, AI agents, and RAG.
client:Grok
transport:stdio
runtime:oci
Install SearchForge in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs