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 MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
コメント