MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Ultimate OPEN Source MCP tools to deploy on Cloudflare Free

创建于 4/23/2026
更新于 about 8 hours ago
Repository documentation and setup instructions

MCP Pure 🧊

A central, open-source hub for high-performance Model Context Protocol (MCP) servers. Built with Hono and Bun, and deployed on Cloudflare Workers.

🚀 Deployed Instance

URL: https://mcppure.shraj.workers.dev

📖 Documentation

🛠 Tech Stack

  • Monorepo: Bun Workspaces
  • Hub (API): Hono + Cloudflare Workers
  • Frontend: Next.js + Cloudflare Pages (Coming Soon)
  • Runtime: Bun

🌐 Available Servers

| Service | Route | Status | | :--- | :--- | :--- | | Bluesky | /mcp-server/bluesky | ✅ Active | | Reddit | /mcp-server/reddit | ✅ Active | | GitHub | /mcp-server/github | ✅ Active | | Resend | /mcp-server/resend | ✅ Active |

🛠 Local Development

  1. Install dependencies:
    bun install
    
  2. Run the Hub:
    bun run dev:hub
    
  3. Run the Frontend:
    bun run dev:web
    

🤝 Contributing

We welcome contributions! Please see our Development Guide.


Managed by shade-solutions

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mcp-pure

Cursor 配置 (mcp.json)

{ "mcpServers": { "shade-solutions-mcp-pure": { "command": "npx", "args": [ "shade-solutions-mcp-pure" ] } } }