Readit News logoReadit News
mitchwainer · 5 months ago
Grafbase just launched Nexus, an open-source AI Router that unifies MCP servers and LLMs through a single endpoint. Designed for enterprise-grade governance, control, and observability, Nexus helps teams manage AI complexity, enforce policies, and monitor performance across their entire stack. Built to work with any MCP server or LLM provider out-of-the-box, Nexus is designed for developers who want to integrate AI with the same rigor as production APIs.
CptanPanic · 5 months ago
Sounds like litellm which I use, I wonder how it compares?
vid · 5 months ago
There is also https://github.com/maximhq/bifrost which apparently overcomes some performance issues of litellm and is easy to get going.
fbjork · 5 months ago
Founder of Grafbase here.

Here are a few key differentiators vs LiteLLM today:

- Nexus does MCP server aggregation and LLM routing - LiteLLM only does LLM routing

- The Nexus router is a standalone binary that can run with minimal TOML configuration and optionally Redis - LiteLLM is a whole package with dashboard, database etc.

- Nexus is written in Rust - LiteLLM is written in Python

That said, LiteLLM is an impressive project, but we're just getting started with Nexus so stay tuned for a steady barrage of feature launches the coming months:)

evolve2k · 5 months ago
As in Torment Nexus? Wow.
fbjork · 5 months ago
Ha
altcognito · 5 months ago
makita34 · 5 months ago
Seems quite similar to the commercial nexos.ai platform, which also focuses on routing, governance, and observability for AI workloads, but as a proprietary solution rather than open source
fbjork · 5 months ago
From what I can tell they don’t offer a self-hosted router?
johntash · 5 months ago
It looks like you're planning on monetizing this (which is totally fine!), do you have any plans on what the enterprise version would do differently?
echelon · 5 months ago
And isn't OpenRouter already open source?
johntash · 5 months ago
OpenRouter isn't open source that I know of, but there are open source things similar like Litellm.
mbrumlow · 5 months ago
I thought it was a phone :/, for developers.
fbjork · 5 months ago
That phone was discontinued:)
bentogrizz · 5 months ago
This is cool
fbjork · 5 months ago
What are you building?
owenthejumper · 5 months ago
Another proxy?
fbjork · 5 months ago
MCP aggregation is one of the big differentiators
barbazoo · 5 months ago
I'm curious, what issue does that solve? I'm only working on agents that make tool calls via HTTP in a home baked way but I can't imagine how resolving the tools from 2 MCP servers is harder than 1.
barbazoo · 5 months ago
> There is no problem that can't be solved by another level of indirection.

David Wheeler