What
I built an MCP (Model Context Protocol) server that wraps the Multica CLI, enabling AI assistants in chat interfaces (Claude Desktop, Codex Desktop, etc.) to orchestrate Multica directly — create issues, assign agents, chain sequential workflows, monitor progress — without the user switching to a terminal.
Repository: https://github.com/Korkyzer/multica-mcp
Why
The CLI is excellent and covers everything. This MCP is complementary, for a specific workflow:
I find Claude Desktop (regular chat) is the best environment for brainstorming and architecture discussions, but I needed it to be able to open Multica issues, assign agents, follow progress, and chain sequential workflows directly from the conversation, without switching to a terminal. That's why I built this MCP.
What it includes
- 27 MCP tools covering issues, agents, projects, autopilots, runtime, attachments, workspace
- Companion SKILL.md with battle-tested best practices for AI agent orchestration (routing matrix, sequential chaining patterns, token optimization, anti-patterns)
- Token-optimized: compact JSON output, optional comment exclusion, pagination, configurable response windows
- Production-tested: used daily to orchestrate 10+ agents across multiple projects (470+ issues created in a single weekend)
- CI: lint + typecheck + unit tests (31) + build
- MIT licensed
Key features beyond CLI parity
- Fuzzy agent/project name matching with suggestions
- Agent/project name caching (5min TTL) to reduce CLI calls
- Safe issue creation patterns documented in SKILL.md
- Auto-convergent review loop patterns for upstream contributions
Integration options
Happy to contribute this however works best:
- As a standalone package referenced from the docs
- As
packages/mcp in the monorepo
- As an entry in an ecosystem/community tools page
Let me know your preference and I'll prepare the PR accordingly.
What
I built an MCP (Model Context Protocol) server that wraps the Multica CLI, enabling AI assistants in chat interfaces (Claude Desktop, Codex Desktop, etc.) to orchestrate Multica directly — create issues, assign agents, chain sequential workflows, monitor progress — without the user switching to a terminal.
Repository: https://github.com/Korkyzer/multica-mcp
Why
The CLI is excellent and covers everything. This MCP is complementary, for a specific workflow:
What it includes
Key features beyond CLI parity
Integration options
Happy to contribute this however works best:
packages/mcpin the monorepoLet me know your preference and I'll prepare the PR accordingly.