Enhancement: Model Context Protocol (MCP) support #4815
Locked
karstennilsen
started this conversation in
Feature Requests & Suggestions
Replies: 2 comments
-
the moment mcp's are introduced, you get into this interesting orchestration question that needs to be solved by routers like litellm and aws's new multi-agent orchestrator https://awslabs.github.io/multi-agent-orchestrator/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm definitely interest in implementing this so I moved this to an issue: #4876 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What features would you like to see added?
Anthropic released Model Context Protocol (MCP)
Implement support for Anthropic’s newly announced Model Context Protocol (MCP) in LibreChat. MCP aims to standardize interactions with AI models, offering consistent and predictable behavior across different implementations. Integrating this protocol will enhance LibreChat’s interoperability, streamline interactions, and potentially allow broader compatibility with a increasing number of MCP servers.
More details
There are existing MCP-compliant servers available that can be self-hosted. These can be used when LibreChat is a MCP client. The example servers, hosted on GitHub, provide ready-to-use implementations of the Model Context Protocol for various use cases.
Typescript SDK
https://github.com/modelcontextprotocol/typescript-sdk
Which components are impacted by your request?
Endpoints
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions