Show HN: Arka – 一个让 MCP 成为可能的 MCP 网关

1作者: ayushshivani7 个月前
我们构建 Arka 是因为 MCP 在实际团队中的应用速度很慢。 同样的问题在各处都出现: 1. **上下文变得过大** 团队会增加更多的 MCP 服务器,导致上下文迅速膨胀。 模型会看到过多的工具,并选择错误的工具。 准确性下降,工作流程中断。 这阻碍了应用,因为在演示中有效的设置在实际使用中却会失败。 2. **设置无法扩展** 每个 MCP 服务器都需要自己的配置、端口和身份验证。 团队最终会运行许多服务器,但缺乏共享控制。 这很难跟踪,也容易出错。 大多数团队止步于此,因为维护需要花费太多时间。 3. **缺乏企业级安全** 没有 SSO(单点登录)。没有审计日志。没有用户规则。 大多数团队传递原始令牌。 安全团队会阻止部署。 这阻碍了重视合规性的公司采用 MCP。 Arka 通过一个网关解决了这些应用问题: * 所有 MCP 服务器只需一次设置 * 每个用户一个令牌,支持 SSO * 用户规则和工具规则 * 工具过滤,保持上下文精简 * 使用多种工具时,准确性更高 * 每个调用的日志记录 * 开源或云端部署 我们还在添加: * 代理访问,带有安全规则 * 您可以转换为自己的 MCP 服务器的工作流程 我们的目标很简单:让 MCP 能够大规模应用。 代码库:[https://github.com/KenisLabs/arka-mcp-gateway](https://github.com/KenisLabs/arka-mcp-gateway) 云服务:[https://www.kenislabs.com](https://www.kenislabs.com) 欢迎您的反馈!
查看原文
We built Arka because MCP adoption is slow in real teams. The same three problems show up everywhere.<p>1. Context gets too big Teams add more MCP servers and the context grows fast. The model sees too many tools and picks the wrong one. Accuracy drops and workflows break. This blocks adoption because the setup works in demos but fails in real use.<p>2. Setup does not scale Each MCP server needs its own config, port, and auth. Teams end up running many servers with no shared control. It is hard to track and easy to break. Most teams stop here because it takes too much time to maintain.<p>3. No enterprise security No SSO. No audit logs. No user rules. Most teams pass around raw tokens. Security teams block the rollout. This stops MCP adoption in companies that care about compliance.<p>Arka solves these adoption problems with one gateway.<p>One setup for all MCP servers • One token per user with SSO<p>• User rules and tool rules<p>• Tool filtering to keep context small<p>• Better accuracy with many tools<p>• Logs for every call<p>• Open source or cloud<p>We are also adding:<p>• Agent access with safe rules<p>• Workflows you can convert into your own MCP server<p>Our goal is simple: make MCP adoption possible at scale.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;KenisLabs&#x2F;arka-mcp-gateway" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;KenisLabs&#x2F;arka-mcp-gateway</a><p>Cloud: <a href="https:&#x2F;&#x2F;www.kenislabs.com" rel="nofollow">https:&#x2F;&#x2F;www.kenislabs.com</a><p>Would love your feedback!