logoalt Hacker News

d4rkp4ttern07/31/20251 replyview on HN

For what it’s worth, several months ago, in Langroid (an agent framework that works with any LLM) we added an adaptor using FastMCP that translates between Langroid’s Tools and MCP tools, so effectively it’s a way to connect any LLM to any MCP server.

Https://github.com/langroid/langroid

MCP integration:

https://langroid.github.io/langroid/notes/mcp-tools/


Replies

pzullo08/01/2025

We designed this slightly differently where one can use the client directly an not only in our agent, the structure is more focused around the MCP functionality.

show 1 reply