Seiza
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SeizaParallel code review and refactor my login system"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π Seiza (ζεΊ§)
Native TypeScript AI Orchestration Engine & MCP Server with Real-Time Bento Web Dashboard.
Seiza acts as the high-performance execution layer for Head AI Architect agents (such as Antigravity IDE and Oh My Pi), coordinating specialized autonomous sub-agents (Planner, Coder, Reviewer, Scout, Librarian, Tester, Designer, Security) using OpenAI-compatible endpoints (e.g. 9Router) with parallel DAG execution, multi-agent consensus validation, sandboxing, and interactive Human-In-The-Loop (HITL) authorization.
graph TD
Parent[Antigravity IDE / Oh My Pi Agent] <-->|MCP Stdio Protocol| Server[Seiza MCP Stdio Server]
Server <-->|Real-Time REST Task Sync| Daemon[Seiza HTTP Dashboard Daemon]
Server <-->|Native Engine| Core[DAG Scheduler & Engine]
Core -->|Topological Sort| DAGRunner[DAG Parallel Runner]
DAGRunner -->|Parallel Spawns| Runner[Sub-Agent Execution Loop]
Runner <-->|LLM / Streaming API| Router[9Router Model Router & Fallback]
Runner <-->|Coder/Reviewer Dialogue| Consensus[Consensus Manager]
Runner <-->|Isolated Commands| Sandbox[Sandbox Layer]
Runner <-->|Proxy MCP Tools| Bridge[MCP Bridge Server]
Bridge <-->|FTS5 Memory & Graph| Amneshia[Amneshia Memory Hub]
Bridge <-->|Code Discovery| CodebaseMCP[Codebase Memory MCP]
Daemon <-->|SSE & REST API| Dashboard[React 18 + Vite Bento Dashboard]β¨ Core Features
β‘ DAG-Based Parallel Orchestration: Automatically breaks complex coding prompts into topological dependency graphs and executes non-dependent steps in parallel.
π€ Multi-Agent Peer Review (Consensus Engine): Enforces automated Coder-Reviewer dialogue loops to verify diffs and safety before applying changes.
π Real-Time Cross-Process Task Sync: Synchronizes task execution states across standalone Stdio MCP processes and the HTTP daemon via
POST /api/tasks/syncand SSE streams.π‘οΈ Dynamic Model Router & Auto-Fallback: Integrates with 9Router daemon. Automatically retries failing models (404/429/5xx) with zero-downtime exponential backoff fallback strategies.
π Universal Downstream MCP Bridge: Seamlessly bridges tools from Amneshia (SQLite FTS5 Long-Term Memory Hub), Codebase Memory MCP, and Context7.
π Human-In-The-Loop (HITL): Intercepts destructive commands or tasks containing
#butuh-manusia, pausing execution until approved via the Bento Web Dashboard.π Real-Time Bento Web Dashboard: Premium React 18 + Tailwind UI featuring live DAG graphs, SSE streaming logs, agent directive editors, and token counters.
πΎ Context Inflation Shield: Logs complete sub-agent execution trails into local SQLite (
sessions.db) while returning concise abstractions to the parent agent.
Related MCP server: codemesh
β‘ Quick Start & Installation
Option 1: Run Instantly (No Installation)
You can run Seiza directly via npx using the GitHub source:
# Run HTTP Web Dashboard & REST API
npx -y github:SabilMurti/Seiza --http --port 3456 --daemonOption 2: Global Installation
npm install -g github:SabilMurti/Seiza
# Start as HTTP Daemon
seiza --http --daemonOption 3: Standard MCP Server Setup (Stdio Mode)
Add Seiza to your MCP configuration file (mcp_config.json or ~/.omp/agent/config.yml):
{
"mcpServers": {
"seiza": {
"command": "npx",
"args": ["-y", "github:SabilMurti/Seiza"]
}
}
}π οΈ MCP Tools Reference
Seiza exposes the following tools to parent agents:
Tool Name | Description | Key Arguments |
| Executes a complex task using topological DAG scheduling. |
|
| Runs a targeted autonomous sub-agent directly. |
|
| Lists all available agent profiles and frontmatter specs. | (none) |
| Fetches available 9Router models and role assignments. | (none) |
| Retrieves real-time execution status of active tasks. |
|
| Returns all installed skills. | (none) |
| Installs a skill package from GitHub/local path. |
|
π Advanced Task Synchronization (API)
Seiza automatically synchronizes execution status across processes using:
POST /api/tasks/sync: Used by Stdio MCP processes to stream live status updates to the background HTTP daemon.GET /api/tasks: Fetches the aggregated state of all tasks for dashboard display.SSE Events: The dashboard daemon streams events (
task_started,task_completed,task_failed) viaGET /sse.
π οΈ Development & Building
# Install all dependencies (Backend + Dashboard)
npm install
# Full build (Backend + Dashboard)
npm run build:allπ License
MIT Β© Sabil Murti
This server cannot be deployed
Maintenance
Related MCP Connectors
AI work orchestration for plans, tasks, teams, and coding-agent dispatch.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Related MCP Servers
- FlicenseAqualityDmaintenanceA TypeScript MCP server for launching, tracking, and managing external coding-agent runs across local and remote backends like Codex and Claude Code. It allows top-level agents to orchestrate subagents through tools for spawning tasks, polling events, and handling interactive sessions.72-
- -licenseNot gradedqualityCmaintenanceIntelligent server management MCP server that enables agents to write TypeScript code to organize and manage multiple MCP servers with self-improving capabilities.2-
- AlicenseNot gradedqualityBmaintenanceMulti-agent AI orchestrator that runs parallel coding agents in isolated sessions with self-improving intelligence, exposed via an MCP server for task execution and management.MIT
- FlicenseNot gradedqualityCmaintenanceEnables multiple AI models to collaborate under a shared goal, architecture, plan, loops, sandbox, and acceptance criteria via a local-first MCP server.-