Skip to main content
Glama

SuperAgenticMCP

CI License Python 3.11+ MCP SDK CLI Board USDC

エージェント群のためのスイッチボード。

SuperAgenticMCP は、本番運用を想定した MCP ネイティブのルーター兼マルチエージェント制御プレーンです。エージェントと、エージェントが必要とする MCP サーバーの間に位置し、タスクの計画、各ツールコールの適切なサーバーへのルーティング、全ステップのストリーミング、結果のメモリへの保存を行います。

あらゆるエージェントを、あらゆるツールに接続する。

Agentic OS カーネルを支援($99) · Agentic OS サイクル($0.75) · 公共財支援 · USDC

レイアウト標準: Server OSdocs/LAYOUT.md を参照。


サーフェス

サーフェス

エントリ

Web 制御プレーン

superagenticmcp.html / web/(オフライン ヒーロー)

MCP サーバー

superagenticmcp

CLI

superagenticmcp-cli status

SDK

from superagenticmcp.sdk import SuperAgenticClient

ボード(ターゲット)

superagenticmcp up --boardhttp://localhost:7420

スキル

skills/*/SKILL.md

AGENTS.md

コーディングエージェント契約

検証

bash scripts/verify.sh

CI

.github/workflows/ci.yml


Related MCP server: Peta Core

SuperAgenticMCP を選ぶ理由

問題

アプローチ

エージェントは多数の MCP サーバーを必要とする

1 つのプロセスがサーバーをラックし、能力別にルーティングする

ツールコールは不透明である

ライブパッチボード + JSONL ログ + 実行レシート

マルチエージェント連携は場当たり的である

組み込みのプランナー / ワーカー / クリティックループ

メモリは実行間で消えてしまう

アーティファクトのメモリスコープコンステレーション

設定は実態から乖離する

ラックトグルが superagentic.json を生成する


機能

機能

ステータス

stdio 上の MCP(ストリーミング HTTP は計画中)

✅ スキャフォールド

能力優先ルーティング + レイテンシータイブレーク

🚧 / ヒーローでデモ

プランナー → 並列ワーカー → クリティック

🚧 / ヒーローでデモ

ホットスワップ対応サーバーラック

🚧 / ヒーローでデモ

ライブパッチボード + phosphor ログ

✅ ヒーロー

メモリスコープ(3D コンステレーション)

✅ ヒーロー

コール予算 + オフラインスキップ

🚧

動的 superagentic.json

🚧

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

インストール不要のヒーロー:

https://htmlpreview.github.io/?https://github.com/ANAMIZED/SuperAgenticMCP/blob/main/superagenticmcp.html

MCP クライアント設定

{
  "mcpServers": {
    "superagenticmcp": {
      "command": "superagenticmcp",
      "args": []
    }
  }
}

Docker(スキャフォールド)

docker compose up --build

ルーティングの仕組み

  1. プロトコル — Model Context Protocol。ラックされたサーバーごとに 1 セッション。

  2. エージェントループ — プランナーが分解。ワーカーは許可された範囲で並列実行。クリティックが出荷前に検証。

  3. ルーティング — まず能力でマッチ、レイテンシーでタイブレーク、サーバーが落ちた場合はフォールバック。

  4. ガードレール — サーバーごとの許可リストと実行ごとのコール予算。

  5. テレメトリ — JSONL 行 + ボードリプレイ。

  6. フットプリント — コアパスは単一プロセス。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

buy.stripe.com/…

Agentic OS サイクル — $0.75

buy.stripe.com/…

公共財支援

donate.stripe.com/…

GitHub Sponsors: ANAMIZED

USDC(暗号通貨)

ANAMIZED が管理する非カストディアルアドレス。エージェントには純粋な x402 マイクロペイメントを推奨 — x402-cloudflare-starter を参照。

ネットワーク

アドレス

エクスプローラー

Base

0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438

basescan

Ethereum

0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438

etherscan

Solana

ETQwWf19axArsY493UfC6bxe2BmEzmzvCb58PPnC38A

solscan

対応ネットワーク上で 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 レイアウト

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • F
    license
    Not graded
    quality
    A
    maintenance
    A production-ready MCP gateway and control plane that provides credential vault, policy engine, audit logging, and managed runtime for routing tool calls between AI agents and downstream MCP servers.
    57
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.
    54
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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