Update README.md

frdel committed Jun 6, 2025 at 11:42 UTC 3467173f8de56452759052a24a74b9971386a2bb
1 file changed +22 -2
README.md
+22 -2
@@ -2,6 +2,7 @@
2
3 # `Agent Zero`
4
5 +
6 [![Agent Zero Website](https://img.shields.io/badge/Website-agent--zero.ai-0A192F?style=for-the-badge&logo=vercel&logoColor=white)](https://agent-zero.ai) [![Thanks to Sponsors](https://img.shields.io/badge/GitHub%20Sponsors-Thanks%20to%20Sponsors-FF69B4?style=for-the-badge&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/frdel) [![Follow on X](https://img.shields.io/badge/X-Follow-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/Agent0ai) [![Join our Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/B8KZKNsPpj) [![Subscribe on YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@AgentZeroFW) [![Connect on LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/jan-tomasek/) [![Follow on Warpcast](https://img.shields.io/badge/Warpcast-Follow-5A32F3?style=for-the-badge)](https://warpcast.com/agent-zero)
7
8 [Introduction](#a-personal-organic-agentic-framework-that-grows-and-learns-with-you) •
@@ -14,14 +15,24 @@
15 </div>
16
17
17 -[![Showcase](/docs/res/showcase-thumb.png)](https://youtu.be/lazLNcEYsiQ)
18 +<div align="center">
19
20 +> ### 📢 **NEWS: Agent Zero now includes MCP Server & Client functionality!** 📢
21 +>
22 +> Agent Zero can now act as an MCP Server for other LLM tools and use external MCP servers as tools
23 +
24 +</div>
25
26
27
28 +[![Showcase](/docs/res/showcase-thumb.png)](https://youtu.be/lazLNcEYsiQ)
29 +
30 +
31
32 ## A personal, organic agentic framework that grows and learns with you
33
34 +
35 +
36 - Agent Zero is not a predefined agentic framework. It is designed to be dynamic, organically growing, and learning as you use it.
37 - Agent Zero is fully transparent, readable, comprehensible, customizable, and interactive.
38 - Agent Zero uses the computer as a tool to accomplish its (your) tasks.
@@ -85,6 +96,7 @@
96 # Hacking Edition
97 - Agent Zero also offers a Hacking Edition based on Kali linux with modified prompts for cybersecurity tasks
98 - The setup is the same as the regular version, just use the frdel/agent-zero-run:hacking image instead of frdel/agent-zero-run
99 +> **Note:** The Hacking Edition and all its prompts and features will be merged into the main branch in the following release.
100
101
102 # ⚙️ Installation
@@ -149,7 +161,15 @@ docker run -p 50001:80 frdel/agent-zero-run
161
162 ## 🎯 Changelog
163
152 -### v0.8.4.1
164 +### v0.8.5 - **MCP Server + Client**
165 +- Agent Zero can now act as MCP Server
166 +- Agent Zero can use external MCP servers as tools
167 +
168 +### v0.8.4.1 - 2
169 +Default models set to gpt-4.1
170 +- Code execution tool improvements
171 +- Browser agent improvements
172 +- Memory improvements
173 - Various bugfixes related to context management
174 - Message formatting improvements
175 - Scheduler improvements