Remote MCP Server + AutoRAG on Cloudflare
Description
# Remote MCP Server + AutoRAG on Cloudflare [](https://deploy.workers.cloudflare.com/?url=https://github.com/irvinebroque/ai/tree/bib/mcp-autorag/demos/remote-mcp-server-autorag) ## Develop locally ```bash # clone…
About
# Remote MCP Server + AutoRAG on Cloudflare [](https://deploy.workers.cloudflare.com/?url=https://github.com/irvinebroque/ai/tree/bib/mcp-autorag/demos/remote-mcp-server-autorag) ## Develop locally ```bash # clone the repository git clone…
Details
- Author
- HawkEyeTheRapper
- Downloads
- 187
- Categories
- Cloud Service
Jump to
- Remote MCP server with SSE transport
- Deployable to Cloudflare Workers
- OAuth authentication with mock login
- Provides math tools (e.g., add)
- Connectable from MCP Inspector and Claude Desktop
- Uses Cloudflare KV for OAuth state
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Remote MCP Server + AutoRAG on CloudflareCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating a KV namespace (npx wrangler kv namespace create OAUTH_KV) and running npm run deploy. Connect via the MCP Inspector or Claude Desktop by pointing to the SSE endpoint (e.g., http://localhost:8787/sse locally or a .workers.dev/sse URL after deployment). Configure Claude Desktop with the provided JSON snippet.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"remote mcp server + autorag on cloudflare": {
"remote-mcp-server-autorag-hawkeyetherapper": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}
}
McpServers
{
"remote-mcp-server-autorag-hawkeyetherapper": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

