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
[](https://agent-zero.ai) [](https://github.com/sponsors/frdel) [](https://x.com/Agent0ai) [](https://discord.gg/B8KZKNsPpj) [](https://www.youtube.com/@AgentZeroFW) [](https://www.linkedin.com/in/jan-tomasek/) [](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
-[](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
+[](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