★ 117 stars
Python
🤖 AI/LLM
Updated today
AgenticX is a unified, production-ready multi-agent platform — Python SDK + CLI (agx) + Studio server + Machi desktop app. Features Meta-Agent orchestration, 15+ LLM providers, MCP Hub, hierarchical memory, avatar & group chat, skill ecosystem, safety sandbox, and IM gateway (Feishu/WeChat).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agenticx": {
"command": "uvx",
"args": [
"agenticx"
]
}
}
}
Run in terminal:
claude mcp add agenticx uvx agenticx
Add to .cursor/mcp.json:
{
"mcpServers": {
"agenticx": {
"command": "uvx",
"args": [
"agenticx"
]
}
}
}
Or install with pip: pip install agenticx
README Excerpt
<div align="center"> <!-- <img src="assets/agenticx-logo-2025.png" alt="AgenticX Logo" width="240" style="margin-bottom:20px;" /> --> <img src="assets/agenticx-logo-2025.png" alt="AgenticX Logo" width="800" style="margin-bottom:20px;" /> <!-- [](https://www.python.org/downloads/) -->
Tools (1)
UnifiedStorageManager
Topics
agent-frameworkagentic-workflowsai-agentai-orchestrationchatbotdesktop-appelectronfastapigraphragllmmcpmulti-agent-systempythonragtool-use