Seiza
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated72
- AlicenseAqualityCmaintenanceMulti-agent orchestration server that enables parallel task delegation, sequential pipelines, cron scheduling, and cross-model peer review via CLI providers like Codex, Antigravity, OpenCode, and Claude Code.Last updated42275MIT
- Alicense-qualityBmaintenanceMulti-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.Last updatedMIT
Related MCP Connectors
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SabilMurti/Seiza'
If you have feedback or need assistance with the MCP directory API, please join our Discord server