mcp-server

Agentica

One person, a team of agents. Multi-session CLI that collaborates across terminals; /goal keeps long tasks running; WeChat/WeCom/Feishu gateway lets you call them back when you walk away. Async Pyt…
351 stars50 forksPythonUpdated 9/7/2026100% free · open source
What it does

Agentica turns a single developer into a persistent, multi‑agent team you can talk to from the terminal or messaging apps, letting long‑running goals keep running while you’re away.

When to use it
  • You need a semi‑autonomous assistant that can keep working on a research or data‑gathering task while you switch to other work.
  • Your team uses CLI‑first workflows and wants to trigger AI agents from Slack‑like tools (WeChat, Feishu, WeCom) without writing code each time.
  • You want a Python SDK to embed agent calls into scripts and let the agents remember context across sessions.
Ready-to-paste prompt
/goal scrape the Crunchbase API for all Series A rounds in the health‑tech sector between Jan‑2024 and Jun‑2024, rank them by amount raised, and generate a markdown table with links to each company.
Heads up: Agentica requires Python 3.10+ **and** a reachable Redis instance for persistent memory; if `REDIS_URL` isn’t set, the server will fail to start.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🔑 Needs an API key

Works after you add credentials — the setup agent will ask you for them.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/agentica && curl -fsSL https://workflowstacks.com/api/skills/agentica/claude-skill -o ~/.claude/skills/agentica/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Agentica works
Codeflow
Free to inspect

Agentica is a very large Python project (~147k lines across 561 code files, plus 234 test files). Setup is light: installs like a normal app — add your API keys. Reading the code is optional. Last commit this month, Apache-2.0 license, has a test suite.

Size
Very large codebase
~147k lines · 561 code files · days to read — use, don't read
Setup
One-command install
Installs like a normal app — add your API keys. Reading the code is optional.
Runs on
Python · Docker
Needs API keys (.env)
Python 93%TypeScript 5%CSS 1%JavaScript 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    desktop/main.js
    Where the program starts running
  3. 3
    pyproject.toml
    Dependencies and the commands it exposes
  4. 4
    .env.example
    The API keys and settings you must provide
  5. 5
    agentica/__init__.py
    Inside agentica/ — the main logic begins here
What's in each folder
agentica/Core code — the actual logic384 files
web/Frontend / UI62 files
examples/Examples you can copy103 files
docs/Documentation59 files
evaluation/Folder82 files
sdk-ts/Folder12 files
desktop/Folder9 files
scripts/Helper scripts4 files
READMEHas testsDocumentedCI checksDocker readyExamples includedApache-2.0 licenseUpdated this month
Quick Actions
Details
Creator
shibing624
Language
Python
Category
mcp-server
Published
6/3/2024

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.