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
@@ -196,6 +198,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
196
198
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
197
199
- Supports workflow pause/resume signals, such as waiting for human feedback.
198
200
201
+
### mcp-use
202
+
[mcp-use] is an open source library to very easily connect agents to MCP servers both locally and remotely.
203
+
204
+
**Key features:**
205
+
- Very simple interface to connect agents to MCPs.
206
+
- Support the creation of custom agents, workflows.
207
+
- Supports connection to multiple MCP servers simultaneously.
208
+
- Supports all langchain supported models, also locally.
209
+
199
210
### Microsoft Copilot Studio
200
211
[Microsoft Copilot Studio] is a robust SaaS platform designed for building custom AI-driven applications and intelligent agents, empowering developers to create, deploy, and manage sophisticated AI solutions.
201
212
@@ -326,4 +337,4 @@ To get started with implementing MCP in your application, check out our [Python]
326
337
327
338
## Updates and corrections
328
339
329
-
This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or [open an issue in our documentation repository](https://github.com/modelcontextprotocol/docs/issues).
340
+
This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or [open an issue in our documentation repository](https://github.com/modelcontextprotocol/docs/issues).
0 commit comments