Remote MCP Server on Cloudflare
@roysam
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-roysam": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A template to run a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It lets developers expose tools over SSE and connect clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. Deploy with npm run deploy after creating an OAuth KV namespace. Connect MCP Inspector or Claude Desktop by pointing to the /sse endpoint via npx mcp-remote.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Uses SSE as transport protocol
- Supports local development with
npx nx dev - Integrates with MCP Inspector for testing
- Connects to Claude Desktop via
mcp-remoteproxy - Deploys with wrangler KV for OAuth state
Use cases of Remote MCP Server on Cloudflare
- Host a custom MCP server remotely for AI agents
- Serve tools to Claude Desktop over the internet
- Prototype and debug MCP tools locally before deploying
- Add OAuth-protected tool access to any Cloudflare Workers project
FAQ from Remote MCP Server on Cloudflare
—
「クラウドとインフラ」の他のコンテンツ
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.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
コメント