icon for mcp server

Cloudflare AutoRAG

HTTP-SSE

MCP server for Cloudflare AutoRAG API integration and document search capabilities

Cloudflare AutoRAG MCP Server 📡

This is a Model Context Protocol (MCP) server that supports remote MCP connections, with Cloudflare OAuth built-in.

It integrates tools powered by the Cloudflare AutoRAG API to allow you to access and query your account's AutoRAG instances.

🔨 Available Tools

Currently available tools:

ToolDescription
list_ragsLists AutoRAGs with pagination support
searchSearches documents in a specified AutoRAG using a query (URL, title, or snippet)
ai_searchPerforms AI-powered search on documents in a specified AutoRAG

This MCP server is still a work in progress, and we plan to add more tools in the future.

Prompt Examples

  • List all AutoRAGs in my account.
  • Search for documents in AutoRAG with ID 'rag123' using the query 'cloudflare security'.
  • Perform an AI search in AutoRAG with ID 'rag456' for 'best practices for vector stores'.

Access the remote MCP server from any MCP Client

If your MCP client has first class support for remote MCP servers, the client will provide a way to accept the server URL (https://autorag.mcp.cloudflare.com) directly within its interface (for example inCloudflare AI Playground).

If your client does not yet support remote MCP servers, you will need to set up its resepective configuration file using mcp-remote (https://www.npmjs.com/package/mcp-remote) to specify which servers your client can access.

Replace the content with the following configuration:

{ "mcpServers": { "cloudflare": { "command": "npx", "args": ["mcp-remote", "https://autorag.mcp.cloudflare.com/sse"] } } }

Once you've set up your configuration file, restart MCP client and a browser window will open showing your OAuth login page. Proceed through the authentication flow to grant the client access to your MCP server. After you grant access, the tools will become available for you to use.

Interested in contributing, and running this server locally? See CONTRIBUTING.md to get started.

Related MCP Server Picks for You

Be the First to Experience MCP Now