superagenticmcp
SuperAgenticMCP
你的智能体集群的中央调度台。
SuperAgenticMCP 是一个面向生产环境、以 MCP 为原生的路由器和多智能体控制平面。它位于你的智能体与它们所需的 MCP 服务器之间——规划任务、把每次工具调用路由到正确的服务器、流式呈现每一个步骤,并将结果归档到记忆之中。
让每个智能体接入每一个工具。
支持 Agentic OS Kernels ($99) · Agentic OS Cycle ($0.75) · 公共产品支持 · USDC
布局标准: server-os —— 参见 docs/LAYOUT.md。
接入方式
接入方式 | 入口 |
Web 控制台 |
|
MCP 服务器 |
|
CLI |
|
SDK |
|
面板(规划中) |
|
技能 |
|
AGENTS.md | 编码智能体契约 |
验证 |
|
CI |
|
Related MCP server: Peta Core
为什么选择 SuperAgenticMCP?
问题 | 方案 |
智能体需要很多 MCP 服务器 | 单进程集中托管多台服务器,并按能力路由 |
工具调用不透明 | 实时面板 + JSONL 日志 + 运行回执 |
多智能体协调缺少统一标准 | 内置 规划器 → 执行器 → 评审器 循环 |
记忆在两次运行之间丢失 | 由工件组成的记忆作用域星座 |
配置与实际状态脱节 | 机架开关生成 |
功能特性
功能 | 状态 |
MCP over stdio(计划支持 streamable 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;每个托架服务器拥有一个会话。
智能体循环 —— 规划器规划任务分解;执行器在允许的地方并行运行;评审器在发布前检查。
路由 —— 首先按能力匹配;延迟难以达成平局优先;服务器挂断时自动回退。
护栏 —— 每台服务器配置允许列表,每次运行设定调用预算。
遥测 —— JSONL 日志 + 面板回放。
足迹 —— 核心路径只需单一进程;无需数据库。
仓库布局
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)
GitHub Sponsors: ANAMIZED
USDC(加密货币)
由 ANAMIZED 控制的非托管地址。欢迎使用 x402 微支付——参见 x402-cloudflare-starter。
网络 | 地址 | 区块浏览器 |
Base |
| |
Ethereum |
| |
Solana |
|
发送时请务必使用与网络匹配的 USDC,错误的资产或链可能导致永久性损失。
相关项目
server-os — 布局标准 · 把 agent 作为进程
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