← Back to Plugins
MCP Server MCP

SearchForge

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional URL of a self-hosted SearXNG instance",
          "name": "SEARCHFORGE_SEARXNG_URL"
        },
        {
          "description": "Optional GitHub token for higher public API quotas",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Optional email address for Crossref polite-pool routing",
          "name": "CROSSREF_MAILTO"
        },
        {
          "description": "Optional Brave Search API key",
          "isSecret": true,
          "name": "BRAVE_SEARCH_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...