You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,6 +97,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
95
97
- Share custom MCP servers Cline creates with others via the `~/Documents/Cline/MCP` directory
96
98
- Displays configured MCP servers along with their tools, resources, and any error logs
97
99
100
+
### LibreChat
101
+
[LibreChat](https://github.com/danny-avila/LibreChat) is an open-source, customizable AI chat UI that supports multiple AI providers, now including MCP integration.
102
+
103
+
**Key features:**
104
+
- Extend current tool ecosystem, including [Code Interpreter](https://www.librechat.ai/docs/features/code_interpreter) and Image generation tools, through MCP servers
105
+
- Add tools to customizable [Agents](https://www.librechat.ai/docs/features/agents), using a variety of LLMs from top providers
106
+
- Open-source and self-hostable, with secure multi-user support
107
+
- Future roadmap includes expanded MCP feature support
108
+
98
109
## Adding MCP support to your application
99
110
100
111
If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.
0 commit comments