TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Composing multiple MCP servers into one unified endpoint

1 点作者 tigranbs大约 1 个月前

1 comment

tigranbs大约 1 个月前
I built a tool to combine multiple MCP servers into one endpoint. This enables keeping a single endpoint exposed to an MCP Client like Claude Desktop or Cursor, but adding more stuff or swapping MCP servers without touching the configuration on the client side. I believe that MCP Client apps like Claude Desktop or ChatGPT would become a new type of browser and a tool like McGravity where you can compose multiple MCP Servers into one would be a necessity moving forward.<p>It is done using Bun runtime to be able to compile everything into a single distributable binary by cross-compiling it, and also, because with Bun you write TypeScript but you get Golang level of performance with a great TypeScript libraries support.<p>Let me know what you think!