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.
「クラウドとインフラ」の他のコンテンツ
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
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
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
コメント