noops888/cf-autorag-mcp
If you are the rightful owner of cf-autorag-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Cloudflare AutoRAG MCP Server is a Model Context Protocol server designed to provide search capabilities for Cloudflare AutoRAG instances, enabling AI assistants to query and retrieve information efficiently.
The Cloudflare AutoRAG MCP Server is a specialized server that facilitates advanced search functionalities for Cloudflare AutoRAG instances. It allows AI assistants, such as Claude, to perform searches and queries directly on the AutoRAG knowledge base using three distinct methods: basic search, rewrite search, and AI search. The server is designed to be scalable and runs on Cloudflare Workers, ensuring robust performance and remote deployment capabilities. It supports multiple AutoRAG instances, allowing users to manage and search across different knowledge bases. The server is compatible with the Model Context Protocol, making it suitable for integration with various MCP clients, including Claude Desktop. With configurable parameters like score threshold and maximum number of results, users can tailor the search experience to their needs. Additionally, the server supports pagination for handling large result sets and provides comprehensive parameter validation to ensure accurate and efficient searches.
Features
- Basic Search - Vector similarity search without query rewriting or answer generation.
- Rewrite Search - Vector search with AI query rewriting but no answer generation.
- AI Search - Full AI-powered search with optional AI response and configurable query rewriting.
- Configurable Parameters - Support for score threshold and max number of results.
- Multi-AutoRAG Support - Manage and search across multiple AutoRAG instances.
Tools
autorag_basic_search
Performs a basic vector similarity search in your Cloudflare AutoRAG index without AI query rewriting or answer generation.
autorag_rewrite_search
Performs a vector search with AI query rewriting but no answer generation.
autorag_ai_search
Performs AI-powered search using Cloudflare's aiSearch() method with optional AI-generated response.
list_autorags
Lists all available AutoRAG instances configured in the server.
get_current_autorag
Gets information about the currently configured default AutoRAG instance.