MCP.so
登录

MCP Server

@quang-pham-dev

关于 MCP Server

My MCP Server POC

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

quang-pham-dev

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器