Remote MCP Server + AutoRAG on Cloudflare
@HawkEyeTheRapper
关于 Remote MCP Server + AutoRAG on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-autorag-hawkeyetherapper": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server + AutoRAG on Cloudflare?
This server provides a remote MCP (Model Context Protocol) implementation deployed on Cloudflare Workers. It offers math tools (e.g., addition) over SSE transport with OAuth authentication and is designed for connecting MCP clients such as Claude Desktop to remotely hosted tools.
How to use Remote MCP Server + AutoRAG on Cloudflare?
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.
Key features of Remote MCP Server + AutoRAG on Cloudflare
- 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
Use cases of Remote MCP Server + AutoRAG on Cloudflare
- Running MCP-based tools remotely on Cloudflare’s edge network
- Integrating math capabilities into Claude Desktop via a remote MCP server
- Prototyping OAuth-authenticated MCP servers
- Deploying MCP servers without relying on a local machine
FAQ from Remote MCP Server + AutoRAG on Cloudflare
Is this server limited to math tools?
The README demonstrates a math tool (addition) but indicates the server can include any defined tools; no explicit limit is stated.
What runtime does this server require?
It is designed for Cloudflare Workers. For local development, Node.js and npm are required.
How does authentication work?
The server uses a mock OAuth login screen that accepts any email and password to grant access via the MCP Inspector.
How is data stored?
OAuth state is stored in a Cloudflare KV namespace named OAUTH_KV, which must be created before deployment.
What transport does this server use?
It uses SSE (Server-Sent Events) over HTTP at the /sse endpoint.
云与基础设施 分类下的更多 MCP 服务器
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Supabase MCP Server
coleam00Supabase MCP server created in Python.
评论