Skip to main content
Glama

SuperAgenticMCP

CI License Python 3.11+ MCP SDK CLI Board USDC

Die Schaltzentrale für deinen Agentenschwarm.

SuperAgenticMCP ist ein produktionsorientierter, MCP-nativer Router und eine Multi-Agent-Control-Plane. Es sitzt zwischen deinen Agenten und den MCP-Servern, die sie benötigen – plant die Aufgabe, leitet jeden Tool-Aufruf an den richtigen Server weiter, streamt jeden Schritt und legt die Ergebnisse im Memory ab.

Verbinde jeden Agenten mit jedem Tool.

Agentic OS Kernels unterstützen ($99) · Agentic OS Cyclus ($0.75) · Unterstützung öffentlicher Güter · USDC

Layout-Standard: Server OS – siehe docs/LAYOUT.md.


Oberflächen

Fläche

Einstieg

Web-Control-Plane

superagenticmcp.html / web/ (Offline-Hero)

MCP-Server

superagenticmcp

CLI

superagenticmcp-cli status

SDK

from superagenticmcp.sdk import SuperAgenticClient

Board (Ziel)

superagenticmcp up --boardhttp://localhost:7420

Skills

skills/*/SKILL.md

AGENTS.md

Vertrag für Coding-Agenten

Verifizieren

bash scripts/verify.sh

CI

.github/workflows/ci.yml


Related MCP server: Peta Core

Warum SuperAgenticMCP?

Problem

Neuausrichtung

Agenten brauchen viele MCP-Server

Ein Prozess bündelt Server in einem Reckend-Rack und routet nach Fähigkeit

Tool-Aufrufe sind undurchsichtig

Live-Patch-Board + Protokoll-Log + Laufbeleg

Multi-Agent-Koordination ist ad hoc

Eingebauter Planner-/Worker-/Kritiker-Loop

Memory verflüchtigt sich zwischen Läufen

Memory-Scope-Konstellation aus Artefakten

Die Konfiguration driftet von der Realität

Rack-Toggles erzeugen superagentic.json


Funktionen

Fähigkeit

Status

MCP über stdio (+ streamable HTTP geplant)

✅ Gerüst

Capability-first-Routing + Latenz als Tie-Break

🚧 / Demo im Hero

Planner → parallele Worker → Kritiker

🚧 / Demo im Hero

Hot-Swap-Server-Rack

🚧 / Demo im Hero

Live-Patch-Board + Protokoll-Log

✅ Hero

Memory-Scope (3D-Konstellation)

✅ Hero

Call-Budgets + Offline-Überspringen

🚧

Dynamisches superagentic.json

🚧

Server-OS-Layout + Verify-Vertrag

Selbstlernendes Modell-Routing (Bandit)

🚧

Agentischer Handel (x402)

🚧


Schnelleinstieg

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-HeroDemo:

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

MCP-Client-Konfiguration

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

Docker (Gerüst)

docker compose up --build

So funktioniert das Routing

  1. Protokoll – Model Context Protocol; eine Sitzung pro Server im Rack.

  2. Agenten-Loop – Der Planner zerlegt die Aufgabe; die Workers gehen, wo zugelassen, parallel; der Kritiker prüft vor der Freigabe.

  3. Routing – Capability-Match aus Fähigkeiten zuerst, bei Gleichstand Latenz, Fallback, wenn ein Server ausfällt.

  4. Guardrails – Allow-Listen pro Server und Call-Budgets pro Lauf.

  5. Telemetrie – JSONL-Zeilenangefordert + Board-Replay.

  6. Footprint – Ein einzelner Prozess für den Hauptpfad; keine DB erforderlich.


Repository-Struktur

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)

Angebot

Verknüpfung

Agentic OS Kernels unterstützen – $99

buy.stripe.com/…

Agentic OS Regressioncript$0.75

buy.stripe.com/…

Unterstützung öffentlicher Güter

donate.stripe.com/…

GitHub-Sponsors: ANAMIZED

USDC (Krypto)

Nicht-Custodial-Adressen unter der Kontrolle von

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