search-mcp

skyphusion-labs/search-mcp
★ 1 stars JavaScript AI/LLM Updated today
Cloudflare AI Search toolkit: MCP server, streaming /ask Worker, docs widget, and git-to-R2 corpus sync. AGPL.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skyphusion-labs/search-mcp"
      ]
    }
  }
}

README Excerpt

Open-source toolkit for [Cloudflare AI Search](https://developers.cloudflare.com/ai-search/): 1. **MCP Worker** (`src/mcp.ts`) -- bearer-gated Streamable-HTTP MCP with a `search` tool for agents. 2. **Query Worker** (`src/index.ts`) -- CORS + Turnstile + rate-limited `POST /ask` that streams answers for a browser widget.

Topics

agplai-agentsai-searchcloudflare-ai-searchcloudflare-r2cloudflare-workerscodebase-searchdocumentationllmmcpmodel-context-protocolopen-sourceragretrieval-augmented-generationself-hosted