Remote MCP Server on Cloudflare
@HenkDz
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-postgres-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A guide and template to set up a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It provides a complete setup for running an MCP server that can be connected to from local or remote MCP clients, including Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, then deploy using npm run deploy after creating an OAUTH_KV namespace via npx wrangler kv namespace create OAUTH_KV. Connect via MCP Inspector (SSE at /sse) or configure Claude Desktop with npx mcp-remote http(s)://.../sse.
Key features of Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers
- OAuth login for secure access
- SSE transport for real-time communication
- Works with MCP Inspector and Claude Desktop
- Local development with hot-reload via Nx
Use cases of Remote MCP Server on Cloudflare
- Run an MCP server that is accessible over the internet
- Connect Claude Desktop to a remote MCP server
- Develop and test MCP tools locally before deploying
- Integrate custom tools with Cloudflare’s edge network
FAQ from Remote MCP Server on Cloudflare
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV to create an OAuth KV namespace, add its ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to my remote MCP server?
Update your Claude Desktop config file to use npx mcp-remote with the full workers.dev URL ending in /sse. Restart Claude to see the tools.
How can I debug connection issues?
Use npx mcp-remote http://localhost:8787/sse to test the connection directly. If problems persist, clear the ~/.mcp-auth directory with rm -rf ~/.mcp-auth.
What transport protocol does the server use?
The server uses Server-Sent Events (SSE) at the /sse endpoint for communication with MCP clients.
Where is OAuth data stored?
OAuth data is stored in a Cloudflare KV namespace (OAUTH_KV) that must be created before deployment.
数据库 分类下的更多 MCP 服务器
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
评论