superagenticmcp
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., "@superagenticmcpPlan this task, route each step to the right MCP server, and persist the results."
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.
SuperAgenticMCP
The switchboard for your agent swarm.
SuperAgenticMCP is a production-oriented, MCP-native router and multi-agent control plane. It sits between your agents and the MCP servers they need — planning the task, routing each tool call to the right server, streaming every step, and filing results into memory.
Patch every agent into every tool.
Support Agentic OS Kernels ($99) · Agentic OS Cycle ($0.75) · Public Goods Support · USDC
Layout standard: Server OS — see docs/LAYOUT.md.
Surfaces
Surface | Entry |
Web control plane |
|
MCP Server |
|
CLI |
|
SDK |
|
Board (target) |
|
Skills |
|
AGENTS.md | Coding-agent contract |
Verify |
|
CI |
|
Related MCP server: Peta Core
Why SuperAgenticMCP?
Problem | Approach |
Agents need many MCP servers | One process racks servers and routes by capability |
Tool calls are opaque | Live patch board + JSONL log + run receipt |
Multi-agent coordination is ad-hoc | Built-in planner / worker / critic loop |
Memory evaporates between runs | Memory scope constellation of artifacts |
Config drifts from reality | Rack toggles generate |
Features
Capability | Status |
MCP over stdio (+ streamable HTTP planned) | ✅ scaffold |
Capability-first routing + latency tie-break | 🚧 / demo in hero |
Planner → parallel workers → critic | 🚧 / demo in hero |
Hot-swap server rack | 🚧 / demo in hero |
Live patch board + phosphor log | ✅ hero |
Memory scope (3D constellation) | ✅ hero |
Call budgets + offline skip | 🚧 |
Dynamic | 🚧 |
Server OS layout + verify contract | ✅ |
Self-learning model routing (bandit) | 🚧 |
Agentic commerce (x402) | 🚧 |
Quick start
git clone https://github.com/ANAMIZED/SuperAgenticMCP
cd SuperAgenticMCP
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
superagenticmcp # MCP server (stdio)
superagenticmcp-cli status
make test
bash scripts/verify.shZero-install hero:
MCP client config
{
"mcpServers": {
"superagenticmcp": {
"command": "superagenticmcp",
"args": []
}
}
}Docker (scaffold)
docker compose up --buildHow routing works
Protocol — Model Context Protocol; one session per racked server.
Agent loop — Planner decomposes; workers run in parallel where allowed; critic checks before ship.
Routing — Capability match first, latency as tie-break, fallback when a server drops.
Guardrails — Per-server allow-lists and per-run call budgets.
Telemetry — JSONL lines + board replay.
Footprint — Single process for the core path; no DB required.
Repository layout
src/superagenticmcp/ # MCP, CLI, SDK
skills/ # Packaged skills (Server OS style)
web/ # Control-plane path
scripts/verify.sh # Verify contract
tests/ # Smoke + contract tests
superagenticmcp.html # Hero demo
docs/LAYOUT.md # Permanent layout standard = Server OS
AGENTS.md # Agent contractSupport
Fiat (Stripe)
Offer | Link |
Support Agentic OS Kernels — $99 | |
Agentic OS Cycle — $0.75 | |
Public Goods Support |
GitHub Sponsors: ANAMIZED
USDC (crypto)
Non-custodial addresses controlled by ANAMIZED. Pure x402 micropayments preferred for agents — see x402-cloudflare-starter.
Network | Address | Explorer |
Base |
| |
Ethereum |
| |
Solana |
|
Send only USDC on the matching network. Wrong asset or chain can mean permanent loss.
Related projects
server-os — layout standard · agents as processes
OpenGOS — grants + public-goods funding MCP
LRSI — local recursive self-improvement kernel
x402-cloudflare-starter — USDC micropayments (Base + Solana)
License
Apache-2.0
Built for the Model Context Protocol · Unit 001 · SA-MCP MK.4 · Server OS layout
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
- FlicenseNot gradedqualityDmaintenanceEnables deployment of autonomous AI agents with memory and tool execution capabilities through a WebSocket-based MCP protocol. Provides production-ready infrastructure with REST API access, persistent state management, and extensible function registry for building self-hosted AI systems.
- AlicenseNot gradedqualityAmaintenanceMCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.54MIT
- AlicenseNot gradedqualityBmaintenanceEnables multi-model leader-worker agent orchestration, workflow execution, and deterministic validation via structured MCP tools.16Apache 2.0
Related MCP Connectors
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/ANAMIZED/SuperAgenticMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server