Skip to content

Commit 7e36fa2

Browse files
authored
Merge pull request modelcontextprotocol#301 from AdamStrojek/main
Update client list with AgentAI library
2 parents bb6fb03 + 2e6c9f3 commit 7e36fa2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/clients.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This page provides an overview of applications that support the Model Context Pr
1010
| Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes |
1111
|---------------------------------------------|-------------|-----------|---------|------------|--------|-----------------------------------------------------------------------------|
1212
| [5ire][5ire] |||||| Supports tools. |
13+
| [AgentAI][AgentAI] |||||| Agent Library written in Rust with tools support |
1314
| [AgenticFlow][AgenticFlow] |||||| Supports tools, prompts, and resources for no-code AI agents and multi-agent workflows. |
1415
| [Amazon Q CLI][Amazon Q CLI] |||||| Supports prompts and tools. |
1516
| [Apify MCP Tester][Apify MCP Tester] |||||| Supports tools |
@@ -57,6 +58,7 @@ This page provides an overview of applications that support the Model Context Pr
5758
| [Zed][Zed] |||||| Prompts appear as slash commands |
5859

5960
[5ire]: https://github.com/nanbingxyz/5ire
61+
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
6062
[AgenticFlow]: https://agenticflow.ai/mcp
6163
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
6264
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
@@ -118,6 +120,17 @@ This page provides an overview of applications that support the Model Context Pr
118120
- It is open-source and user-friendly, suitable for beginners.
119121
- Future support for MCP will be continuously improved.
120122

123+
### AgentAI
124+
125+
[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.
126+
127+
[Example of MCP Server integration](https://github.com/AdamStrojek/rust-agentai/blob/master/examples/tools_mcp.rs)
128+
129+
**Key features:**
130+
- Multi-LLM – We support most LLM APIs (OpenAI, Anthropic, Gemini, Ollama, and all OpenAI API Compatible).
131+
- Built-in support for MCP Servers.
132+
- Create agentic flows in a type- and memory-safe language like Rust.
133+
121134
### AgenticFlow
122135
[AgenticFlow](https://agenticflow.ai/) is a no-code AI platform that helps you build agents that handle sales, marketing, and creative tasks around the clock. Connect 2,500+ APIs and 10,000+ tools securely via MCP.
123136

0 commit comments

Comments
 (0)