Remote MCP Server on Cloudflare
@jeyanthanperiyasamy
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jey-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
It is a remote MCP server that runs on Cloudflare Workers with OAuth login, enabling remote MCP clients like Claude Desktop to connect over SSE.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy using wrangler kv namespace create and npm run deploy. Connect via MCP Inspector with SSE URL, or configure Claude Desktop using npx mcp-remote pointing to the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login.
- Supports SSE transport for remote connections.
- Can be used with MCP Inspector for testing.
- Connects to Claude Desktop via mcp-remote proxy.
- Deployable using Wrangler and KV namespace.
- Local development with npx nx dev.
Use cases of Remote MCP Server on Cloudflare
- Run a math tool with Claude Desktop via a remote MCP server.
- Develop and test MCP tools using the MCP Inspector.
云与基础设施 分类下的更多 MCP 服务器

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
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.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
评论