基于 Durable Objects 的 MCP 服务器

基于 Durable Objects 的 MCP 服务器

一个支持 SSE 的 MCP 服务器实现,使用 Durable Objects 构建。

快速入门

  1. 克隆本仓库
  2. 执行 npm install 安装依赖
  3. 运行 npm start 启动服务(默认地址:http://localhost:8787)
  4. 使用 npx @modelcontextprotocol/inspector 启动 MCP 检查器
  5. 在检查器中输入 http://localhost:8787/sse 查看运行效果

更多详情请参考 README 文档。