MCP.so
Sign In

MCP Server

@quang-pham-dev

About MCP Server

My MCP Server POC

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

quang-pham-dev

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Server?

MCP Server is a modern AI service proxy built with Cloudflare Workers and Hono framework, supporting multiple AI providers including Anthropic Claude and OpenAI. It is designed for developers who need a fast, globally deployable API gateway for AI service requests.

How to use MCP Server?

Clone the repository, install dependencies with pnpm install, copy .env.example to .env and configure API keys, then run pnpm run dev for development or pnpm run deploy to deploy to Cloudflare Workers.

Key features of MCP Server

  • Multi‑provider AI service integration (Anthropic Claude, OpenAI)
  • Built on Cloudflare Workers for global edge deployment
  • Fast request handling with Hono framework
  • Type‑safe implementation with TypeScript
  • CORS support for cross‑origin requests
  • Health check and provider info endpoints

Use cases of MCP Server

  • Proxying AI requests from a web application to multiple providers
  • Centralizing API key management and request routing
  • Adding a health‑check layer in front of AI services
  • Deploying a lightweight AI gateway at the edge

FAQ from MCP Server

Comments

More Other MCP servers