Superagenticmcp
FreeNot checkedMCP-native router and multi-agent control plane: plan, route tool calls, stream execution.
About
MCP-native router and multi-agent control plane: plan, route tool calls, stream execution.
README
CI License Python 3.11+ MCP SDK CLI Board USDC
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 | superagenticmcp.html / web/ (offline hero) |
| MCP Server | superagenticmcp |
| CLI | superagenticmcp-cli status |
| SDK | from superagenticmcp.sdk import SuperAgenticClient |
| Board (target) | superagenticmcp up --board → http://localhost:7420 |
| Skills | skills/*/SKILL.md |
| AGENTS.md | Coding-agent contract |
| Verify | bash scripts/verify.sh |
| CI | .github/workflows/ci.yml |
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 superagentic.json |
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 superagentic.json |
🚧 |
| 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.sh
Zero-install hero:
MCP client config
{
"mcpServers": {
"superagenticmcp": {
"command": "superagenticmcp",
"args": []
}
}
}
Docker (scaffold)
docker compose up --build
How 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 contract
Support
Fiat (Stripe)
| Offer | Link |
|---|---|
| Support Agentic OS Kernels — $99 | buy.stripe.com/… |
| Agentic OS Cycle — $0.75 | buy.stripe.com/… |
| Public Goods Support | donate.stripe.com/… |
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 | 0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438 |
basescan |
| Ethereum | 0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438 |
etherscan |
| Solana | ETQwWf19axArsY493UfC6bxe2BmEzmzvCb58PPnC38A |
solscan |
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
Installing Superagenticmcp
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ANAMIZED/SuperAgenticMCPFAQ
Is Superagenticmcp MCP free?
Yes, Superagenticmcp MCP is free — one-click install via Unyly at no cost.
Does Superagenticmcp need an API key?
No, Superagenticmcp runs without API keys or environment variables.
Is Superagenticmcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Superagenticmcp in Claude Desktop, Claude Code or Cursor?
Open Superagenticmcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Superagenticmcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
