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
@@ -114,6 +116,17 @@ This page provides an overview of applications that support the Model Context Pr
114
116
- It is open-source and user-friendly, suitable for beginners.
115
117
- Future support for MCP will be continuously improved.
116
118
119
+
### AgentAI
120
+
121
+
[AgentAI](https://github.com/AdamStrojek/rust-agentai) is a Rust library designed to simplify the creation of AI agents. The library includes seamless integration with MCP Servers.
122
+
123
+
[Example of MCP Server integration](https://github.com/AdamStrojek/rust-agentai/blob/master/examples/tools_mcp.rs)
124
+
125
+
**Key features:**
126
+
- Multi-LLM – We support most LLM APIs (OpenAI, Anthropic, Gemini, Ollama, and all OpenAI API Compatible).
127
+
- Built-in support for MCP Servers.
128
+
- Create agentic flows in a type- and memory-safe language like Rust.
129
+
117
130
### Amazon Q CLI
118
131
[Amazon Q CLI](https://github.com/aws/amazon-q-developer-cli) is an open-source, agentic coding assistant for terminals.
0 commit comments