Skip to main content
Glama
sarahkabalan9

Cloudflare Remote MCP Server

Cloudflare에서 원격 MCP 서버 구축하기 (인증 없이)

이 예제는 Cloudflare Workers에서 인증이 필요 없는 원격 MCP 서버를 배포할 수 있게 해줍니다.

시작하기:

Deploy to Workers

이렇게 하면 MCP 서버가 remote-mcp-server-authless.<your-account>.workers.dev/mcp 같은 URL로 배포됩니다.

또는 아래 명령줄을 사용하여 로컬 머신에 원격 MCP 서버를 생성할 수도 있습니다:

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

Related MCP server: Remote MCP Server Authless

MCP 서버 커스터마이징

MCP 서버에 도구를 추가하려면 src/index.tsinit() 메서드 안에서 this.server.tool(...)을 사용하여 각 도구를 정의하세요.

Cloudflare AI Playground에 연결하기

원격 MCP 클라이언트인 Cloudflare AI Playground에서 MCP 서버에 연결할 수 있습니다:

  1. https://playground.ai.cloudflare.com/로 이동합니다.

  2. 배포된 MCP 서버 URL(remote-mcp-server-authless.<your-account>.workers.dev/mcp)을 입력합니다.

  3. 이제 플레이그라운드에서 MCP 도구를 바로 사용할 수 있습니다!

Claude Desktop을 MCP 서버에 연결하기

mcp-remote 프록시를 사용하여 로컬 MCP 클라이언트에서도 원격 MCP 서버에 연결할 수 있습니다.

Claude Desktop에서 MCP 서버에 연결하려면 Anthropic의 Quickstart를 따라 Claude Desktop에서 Settings > Developer > Edit Config로 이동하세요.

다음 구성으로 업데이트하세요:

{
	"mcpServers": {
		"calculator": {
			"command": "npx",
			"args": [
				"mcp-remote",
				"http://localhost:8787/mcp" // or remote-mcp-server-authless.your-account.workers.dev/mcp
			]
		}
	}
}

Claude를 다시 시작하면 도구를 사용할 수 있게 됩니다.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sarahkabalan9/remote-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server