superagenticmcp
SuperAgenticMCP
エージェント群のためのスイッチボード。
SuperAgenticMCP は、本番運用を想定した MCP ネイティブのルーター兼マルチエージェント制御プレーンです。エージェントと、エージェントが必要とする MCP サーバーの間に位置し、タスクの計画、各ツールコールの適切なサーバーへのルーティング、全ステップのストリーミング、結果のメモリへの保存を行います。
あらゆるエージェントを、あらゆるツールに接続する。
Agentic OS カーネルを支援($99) · Agentic OS サイクル($0.75) · 公共財支援 · USDC
レイアウト標準: Server OS — docs/LAYOUT.md を参照。
サーフェス
サーフェス | エントリ |
Web 制御プレーン |
|
MCP サーバー |
|
CLI |
|
SDK |
|
ボード(ターゲット) |
|
スキル |
|
AGENTS.md | コーディングエージェント契約 |
検証 |
|
CI |
|
Related MCP server: Peta Core
SuperAgenticMCP を選ぶ理由
問題 | アプローチ |
エージェントは多数の MCP サーバーを必要とする | 1 つのプロセスがサーバーをラックし、能力別にルーティングする |
ツールコールは不透明である | ライブパッチボード + JSONL ログ + 実行レシート |
マルチエージェント連携は場当たり的である | 組み込みのプランナー / ワーカー / クリティックループ |
メモリは実行間で消えてしまう | アーティファクトのメモリスコープコンステレーション |
設定は実態から乖離する | ラックトグルが |
機能
機能 | ステータス |
stdio 上の MCP(ストリーミング HTTP は計画中) | ✅ スキャフォールド |
能力優先ルーティング + レイテンシータイブレーク | 🚧 / ヒーローでデモ |
プランナー → 並列ワーカー → クリティック | 🚧 / ヒーローでデモ |
ホットスワップ対応サーバーラック | 🚧 / ヒーローでデモ |
ライブパッチボード + phosphor ログ | ✅ ヒーロー |
メモリスコープ(3D コンステレーション) | ✅ ヒーロー |
コール予算 + オフラインスキップ | 🚧 |
動的 | 🚧 |
Server OS レイアウト + 検証契約 | ✅ |
自己学習型モデルルーティング(bandit) | 🚧 |
エージェント型コマース(x402) | 🚧 |
クイックスタート
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インストール不要のヒーロー:
MCP クライアント設定
{
"mcpServers": {
"superagenticmcp": {
"command": "superagenticmcp",
"args": []
}
}
}Docker(スキャフォールド)
docker compose up --buildルーティングの仕組み
プロトコル — Model Context Protocol。ラックされたサーバーごとに 1 セッション。
エージェントループ — プランナーが分解。ワーカーは許可された範囲で並列実行。クリティックが出荷前に検証。
ルーティング — まず能力でマッチ、レイテンシーでタイブレーク、サーバーが落ちた場合はフォールバック。
ガードレール — サーバーごとの許可リストと実行ごとのコール予算。
テレメトリ — JSONL 行 + ボードリプレイ。
フットプリント — コアパスは単一プロセス。DB 不要。
リポジトリレイアウト
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サポート
フィアット(Stripe)
オファー | リンク |
Agentic OS カーネルを支援 — $99 | |
Agentic OS サイクル — $0.75 | |
公共財支援 |
GitHub Sponsors: ANAMIZED
USDC(暗号通貨)
ANAMIZED が管理する非カストディアルアドレス。エージェントには純粋な x402 マイクロペイメントを推奨 — x402-cloudflare-starter を参照。
ネットワーク | アドレス | エクスプローラー |
Base |
| |
Ethereum |
| |
Solana |
|
対応ネットワーク上で USDC のみを送信してください。誤った資産やチェーンは恒久的な損失につながる可能性があります。
関連プロジェクト
server-os — レイアウト標準 · エージェントをプロセスとして扱う
OpenGOS — 助成金 + 公共財資金調達 MCP
LRSI — ローカル再帰的自己改善カーネル
x402-cloudflare-starter — USDC マイクロペイメント(Base + Solana)
ライセンス
Apache-2.0
Model Context Protocol のために構築 · Unit 001 · SA-MCP MK.4 · Server OS レイアウト
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