Circus
БесплатноНе проверенEnables AI agents to manage processes via structured MCP tools, reducing token usage by 75-80% compared to shell commands.
Описание
Enables AI agents to manage processes via structured MCP tools, reducing token usage by 75-80% compared to shell commands.
README
PyPI version Python 3.10+ License: MIT
Cut 75-80% of AI agent debugging tokens in development cycle. Process management via MCP — structured tools replace shell commands.
75-80% Token Reduction for AI Agent Debugging in Development Cycle
AI agents debugging processes via raw shell commands (supervisorctl, ps, journalctl) burn most of their tokens on unstructured output parsing, repeated commands, and inter-step reasoning. Circus MCP replaces this with structured, bounded MCP tool responses.
| Raw Commands | Circus MCP | Reduction | |
|---|---|---|---|
| Tool calls per investigation | 8-12 | 3-5 | 60-70% |
| Tokens per investigation | 2,900-9,400 | 935-1,535 | ~75% |
| With retries (typical) | ~10,000+ | ~2,000 | ~80% |
| Retry cost scaling | Exponential | Linear | — |
Process Management via MCP
Circus MCP exposes process lifecycle operations as MCP tools. AI agents call structured tools instead of parsing shell output.
| Tool | Parameters | Description |
|---|---|---|
list_processes |
— | List all managed processes |
get_process_status |
name |
Process state and PID |
start_process |
name |
Start a process |
stop_process |
name |
Stop a process |
restart_process |
name |
Restart a process |
add_process |
name, command, numprocesses?, working_dir? |
Add a new process dynamically |
Claude Code
claude mcp add circus-mcp -- uv run circus-mcp mcp
VS Code / Cursor
.vscode/mcp.json:
{
"servers": {
"circus-mcp": {
"command": "uv",
"args": ["run", "circus-mcp", "mcp"]
}
}
}
Circus MCP vs Supervisord MCP
| Circus MCP | Supervisord MCP | |
|---|---|---|
| Dynamic process addition | Via API | Not supported (requires config file edit + reload) |
| Log retrieval | stdout + stderr in one call | Separate calls |
| System stats (CPU/memory) | Available | Not available |
| Idempotent operations | ensure_started / ensure_stopped |
Throws error if already running |
| Transport | ZeroMQ (async) | HTTP XML-RPC (sync) |
| Best for | AI agent workflows | Existing Supervisord environments |
Documentation
- AI Token Reduction Solution — Token cost analysis, team-scale projections, research references
- AI & MCP Technical Background — Architecture, MCP hosting, tenant isolation
- Installation & CLI Reference — Setup, configuration, full command reference
License
Установка Circus
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aether-platform/circus-mcpFAQ
Circus MCP бесплатный?
Да, Circus MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Circus?
Нет, Circus работает без API-ключей и переменных окружения.
Circus — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Circus в Claude Desktop, Claude Code или Cursor?
Открой Circus на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Circus with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
