MCP Server
A modern AI service proxy built with Cloudflare Workers and Hono framework, supporting multiple AI providers including Anthropic Claude and OpenAI.
Features
- Multi-provider AI service integration (Anthropic Claude, OpenAI)
- Built on Cloudflare Workers for global edge deployment
- Fast and efficient request handling with Hono framework
- Type-safe implementation with TypeScript
- CORS support for cross-origin requests
- Health check and provider info endpoints
Prerequisites
- Node.js (LTS version recommended)
- npm or pnpm package manager
- Cloudflare account for deployment
- API keys for supported AI providers
Installation
- Clone the repository
- Install dependencies:
pnpm install
Environment Setup
- Copy the example environment file:
cp .env.example .env
- Configure your environment variables in
.envwith your API keys and preferences
Development
Start the development server:
pnpm run dev
The server will start in development mode with hot reloading enabled.
Deployment
Deploy to Cloudflare Workers:
pnpm run deploy
API Endpoints
Health Check
GET /health- Returns server status and configuration
Provider Info
GET /api/provider- Returns current AI provider and model configuration
MCP API
POST /api/mcp- Main endpoint for AI service requests
- Accepts JSON payload with context, query, and options
Project Structure
├── src/
│ ├── controllers/ # Request handlers
│ ├── models/ # Type definitions
│ ├── services/ # AI service implementations
│ └── index.ts # Main application entry
├── public/ # Static assets
└── wrangler.jsonc # Cloudflare Workers configuration
License
MIT
Modern AI Service Proxy
Project Details
- quang-pham-dev/my-mcp-server
- my-mcp-server
- Last Updated: 3/28/2025
Recomended MCP Servers
A Strava MCP
MCP Server para gerenciar o Memory Bank
MCP server for Atlassian tools (Confluence, Jira)
为 Cursor、Windsurf、Cline 和其他 AI 驱动的编码工具提供访问飞书文档的能力,基于 Model Context Protocol 服务器实现。
A Model Context Protocol server that provides package index querying capabilities.
MCP server for Youtube
Metabase MCP server provides integration with the Metabase API, enabling LLM with MCP capabilites to directly interact with...
Allow AI to wade through complex OpenAPIs using Simple Language
Enhanced MCP server for deep web research





