Skip to main content
Glama

SuperAgenticMCP

CI License Python 3.11+ MCP SDK CLI Board USDC

你的智能体集群的中央调度台。

SuperAgenticMCP 是一个面向生产环境、以 MCP 为原生的路由器和多智能体控制平面。它位于你的智能体与它们所需的 MCP 服务器之间——规划任务、把每次工具调用路由到正确的服务器、流式呈现每一个步骤,并将结果归档到记忆之中。

让每个智能体接入每一个工具。

支持 Agentic OS Kernels ($99) · Agentic OS Cycle ($0.75) · 公共产品支持 · USDC

布局标准: server-os —— 参见 docs/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 服务器

单进程集中托管多台服务器,并按能力路由

工具调用不透明

实时面板 + JSONL 日志 + 运行回执

多智能体协调缺少统一标准

内置 规划器 → 执行器 → 评审器 循环

记忆在两次运行之间丢失

由工件组成的记忆作用域星座

配置与实际状态脱节

机架开关生成 superagentic.json


功能特性

功能

状态

MCP over stdio(计划支持 streamable 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;每个托架服务器拥有一个会话。

  2. 智能体循环 —— 规划器规划任务分解;执行器在允许的地方并行运行;评审器在发布前检查。

  3. 路由 —— 首先按能力匹配;延迟难以达成平局优先;服务器挂断时自动回退。

  4. 护栏 —— 每台服务器配置允许列表,每次运行设定调用预算。

  5. 遥测 —— JSONL 日志 + 面板回放。

  6. 足迹 —— 核心路径只需单一进程;无需数据库。


仓库布局

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)

支持方式

链接

支持永不 SPACE OS Kirnel — $99

购买

Agentic OS 周期 — $0.75

购买

公共产品支持

捐赠

GitHub Sponsors: ANAMIZED

USDC(加密货币)

由 ANAMIZED 控制的非托管地址。欢迎使用 x402 微支付——参见 x402-cloudflare-starter

网络

地址

区块浏览器

Base

0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438

basescan

Ethereum

0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438

etherscan

Solana

ETQwWf19axArsYfU6Cbxe2BmZG...

solscan

发送时请务必使用与网络匹配的 USDC,错误的资产或链可能导致永久性损失。



相关项目


许可证

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