AgenticX

v1.0.0Coding Agentsstable

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, safet

agent-frameworkagentic-workflowsai-agentai-orchestrationchatbot
Share:
121
Stars
0
Downloads
0
Weekly
0/5

What is AgenticX?

AgenticX is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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 m...

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, safet

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • AgenticX is a unified, production-ready multi-agent platform

Use Cases

Multi-agent platform and orchestration
15+ LLM provider support
Desktop app with avatar chat
DemonDamon

Maintainer

LicenseApache-2.0
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx agenticx

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use AgenticX

AgenticX is a unified Python multi-agent framework and MCP server platform that covers the full stack from SDK primitives to a Studio web UI and Machi desktop app. It provides a Meta-Agent CEO dispatcher, support for 15+ LLM providers (OpenAI, Anthropic, Ollama, Gemini, and more), an MCP Hub for multi-server aggregation, hierarchical 5-tier memory, GraphRAG knowledge bases, a skill ecosystem with self-evolution, Docker/sandbox code execution, and enterprise safety layers. Developers use it to build production-ready multi-agent applications ranging from simple automation to collaborative agent teams with avatar-based group chat.

Prerequisites

  • Python 3.10 or later
  • pip or uv package manager installed
  • API keys for the LLM providers you intend to use (e.g., ANTHROPIC_API_KEY, OPENAI_API_KEY)
  • An MCP-compatible client if using the MCP Hub integration
  • Docker (optional, for sandboxed code execution)
1

Install the core package

Install agenticx from PyPI. The core package has ~27 lightweight dependencies and installs in seconds. Heavy extras like torch, chromadb, and pandas are optional.

pip install agenticx
2

Install optional feature sets as needed

Add extras based on what you need: memory (ChromaDB, Qdrant, mem0), MCP protocol support, document processing, LLM providers (Anthropic, Ollama), or monitoring.

pip install "agenticx[memory,mcp,llm]"
# For everything:
pip install "agenticx[all]"
3

Set your LLM provider API keys

Export the API keys for the providers you will use. AgenticX supports OpenAI, Anthropic, Ollama (local), Gemini, Kimi/Moonshot, MiniMax, and others.

export ANTHROPIC_API_KEY="your-anthropic-key"
export OPENAI_API_KEY="your-openai-key"
4

Start the AgenticX Studio server

Launch the FastAPI-based Studio management server with the agx CLI. This provides a web UI for session management, real-time WebSocket monitoring, and MCP Hub configuration.

agx serve
5

Configure MCP Hub servers

AgenticX's MCP Hub aggregates multiple MCP servers. Add external MCP servers via the Studio UI or config file. The Near Settings panel supports one-click install from ModelScope MCP marketplace.

{
  "mcpServers": {
    "agenticx": {
      "command": "npx",
      "args": ["agenticx"]
    }
  }
}

AgenticX Examples

Client configuration

Basic MCP client configuration for connecting to AgenticX. Prefer running via the agx CLI after installation with pip.

{
  "mcpServers": {
    "agenticx": {
      "command": "agx",
      "args": ["serve", "--mcp"]
    }
  }
}

Prompts to try

Example prompts that leverage AgenticX's multi-agent orchestration, memory, and tool ecosystem.

- "Create a new AgenticX agent team with a researcher and a writer avatar to produce a technical blog post"
- "Search the knowledge base for documents about our API design and summarize the key patterns"
- "Start a group chat session with the Meta-Agent and have it delegate subtasks to specialized sub-agents"
- "Run the Python code in my project's sandbox and show me the output and any errors"
- "Use the skill system to register a new tool that calls our internal REST API and make it available to all agents"

Troubleshooting AgenticX

Security warning about litellm versions 1.82.7 or 1.82.8

These malicious releases were removed from PyPI after reports of API key exfiltration. If you installed either version, run: pip uninstall litellm && pip install litellm>=1.82.9 — and rotate any API keys that may have been exposed.

ImportError for optional dependencies like chromadb or torch

The core package does not include heavy extras. Install the specific extra you need: pip install "agenticx[memory]" for ChromaDB/Qdrant, or pip install "agenticx[ocr]" for OCR (which pulls in torch ~2GB).

agx CLI command not found after installation

Ensure the Python scripts directory is on your PATH. With a virtual environment, activate it first. With a user install (pip install --user), add ~/.local/bin to PATH.

Frequently Asked Questions about AgenticX

What is AgenticX?

AgenticX is a Model Context Protocol (MCP) server that 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, safet It connects AI assistants to external tools and data sources through a standardized interface.

How do I install AgenticX?

Follow the installation instructions on the AgenticX GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with AgenticX?

AgenticX works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is AgenticX free to use?

Yes, AgenticX is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "agenticx": { "command": "npx", "args": ["-y", "agenticx"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use AgenticX?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides