Remote MCP Server + AutoRAG on Cloudflare

by TradieMate

268 downloads
Not rated
GitHub

Description

# Remote MCP Server + AutoRAG on Cloudflare [![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](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 [![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](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
TradieMate
Downloads
268
Categories
Cloud Service

- Deploy MCP server to Cloudflare Workers
- SSE transport for remote MCP clients
- Mock OAuth login for authentication
- Local development with npx nx dev
- Works with Claude Desktop via mcp-remote proxy
- Integrates with MCP Inspector for tool inspection

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Remote MCP Server + AutoRAG on Cloudflare
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 (server at http://localhost:8787). To deploy to Cloudflare, create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add its ID to wrangler.jsonc, and run npm run deploy. Connect clients via SSE by pointing them to the /sse endpoint (e.g., http://localhost:8787/sse locally, or https://<worker>.<account>.workers.dev/sse remotely). For Claude Desktop, configure claude_desktop_config.json with the mcp-remote proxy.

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-tradiemate": {
                "command": "npx",
                "args": [
                    "nx",
                    "dev",
                    "remote-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "remote-mcp-server-autorag-tradiemate": {
        "command": "npx",
        "args": [
            "nx",
            "dev",
            "remote-mcp-server"
        ]
    }
}

Remote MCP Server + AutoRAG on Cloudflare

Deploy to Workers

Develop locally

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.