Remote MCP Server on Cloudflare
@keerthanenr
关于 Remote MCP Server on Cloudflare
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-keerthanenr": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP (Model Context Protocol) server that runs on Cloudflare Workers with OAuth login, enabling MCP clients like Claude Desktop to connect and call tools remotely.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy by creating a KV namespace, adding it to wrangler.jsonc, then running npm run deploy. Connect MCP clients via the SSE endpoint (e.g., http://localhost:8787/sse locally or your workers.dev/sse URL).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for edge deployment
- Includes OAuth login for authentication
- Supports SSE transport for MCP communication
- Connectable via MCP Inspector or Claude Desktop
- Designed for easy local development and production deploy
Use cases of Remote MCP Server on Cloudflare
- Develop and test MCP tools locally before deploying
- Deploy a remote MCP server accessible over the internet
- Connect Claude Desktop to call MCP tools via a remote server
- Authorize users with OAuth when connecting from clients
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then npx nx dev remote-mcp-server – it starts on http://localhost:8787/.
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop?
Add a mcpServers entry in Claude’s config pointing to your server’s SSE URL via the mcp-remote proxy (e.g., "command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"]).
How do I debug connection issues?
Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may help in rare cases.
常见问题
How do I run the server locally?
Clone the repo, run `npm install`, then `npx nx dev remote-mcp-server` – it starts on `http://localhost:8787/`.
How do I deploy to Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect Claude Desktop?
Add a `mcpServers` entry in Claude’s config pointing to your server’s SSE URL via the `mcp-remote` proxy (e.g., `"command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"]`).
How do I debug connection issues?
Restart Claude, or test the connection directly with `npx mcp-remote http://localhost:8787/sse`. Clearing `~/.mcp-auth` may help in rare cases.
基本信息
云与基础设施 分类下的更多 MCP 服务器
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
评论