MCP Server
MCP 서버
Cloudflare Workers와 Hono 프레임워크로 구축된 최신 AI 서비스 프록시로, Anthropic Claude와 OpenAI를 포함한 여러 AI 공급업체를 지원합니다.
특징
다중 공급자 AI 서비스 통합(Anthropic Claude, OpenAI)
글로벌 엣지 배포를 위해 Cloudflare Workers 기반으로 구축
Hono 프레임워크를 사용한 빠르고 효율적인 요청 처리
TypeScript를 사용한 유형 안전 구현
교차 출처 요청에 대한 CORS 지원
건강 검진 및 제공자 정보 엔드포인트
Related MCP server: Remote MCP Server Authless
필수 조건
Node.js(LTS 버전 권장)
npm 또는 pnpm 패키지 관리자
배포를 위한 Cloudflare 계정
지원되는 AI 공급자를 위한 API 키
설치
저장소를 복제합니다
종속성 설치:
지엑스피1
환경 설정
예제 환경 파일을 복사하세요.
cp .env.example .envAPI 키와 기본 설정을 사용하여
.env에서 환경 변수를 구성하세요.
개발
개발 서버를 시작합니다.
pnpm run dev서버는 핫 리로딩이 활성화된 개발 모드로 시작됩니다.
전개
Cloudflare Workers에 배포:
pnpm run deployAPI 엔드포인트
건강 검진
GET /health서버 상태 및 구성을 반환합니다.
제공자 정보
GET /api/provider현재 AI 공급자 및 모델 구성을 반환합니다.
MCP API
POST /api/mcpAI 서비스 요청을 위한 주요 엔드포인트
컨텍스트, 쿼리 및 옵션이 포함된 JSON 페이로드를 허용합니다.
프로젝트 구조
├── src/
│ ├── controllers/ # Request handlers
│ ├── models/ # Type definitions
│ ├── services/ # AI service implementations
│ └── index.ts # Main application entry
├── public/ # Static assets
└── wrangler.jsonc # Cloudflare Workers configuration특허
MIT
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceAn open standard server implementation that enables AI assistants to directly access APIs and services through Model Context Protocol, built using Cloudflare Workers for scalability.
- FlicenseNot gradedqualityCmaintenanceA serverless Model Context Protocol implementation on Cloudflare Workers that enables AI tools without requiring authentication, allowing connection from AI Playground or Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceA deployable Model Context Protocol server on Cloudflare Workers that enables custom AI tools without requiring authentication, compatible with Cloudflare AI Playground and Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceA deployable MCP server on Cloudflare Workers that enables AI tools integration without authentication requirements, compatible with AI Playground and Claude Desktop.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/quang-pham-dev/my-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server