superagenticmcp
SuperAgenticMCP
당신의 에이전트 스웜을 위한 스위치보드.
SuperAgenticMCP는 프로덕션 지향의 MCP 네이티브 라우터이자 멀티에이전트 컨트롤 플레인입니다. 에이전트와 에이전트가 필요로 하는 MCP 서버 사이에 위치하여 — 작업을 계획하고, 각 도구 호출을 올바른 서버로 라우팅하며, 모든 단계를 스트리밍하고, 결과를 메모리에 기록합니다.
모든 에이전트를 모든 도구에 연결하세요.
에이전틱 OS 커널 지원 ($99) · 에이전틱 OS 사이클 ($0.75) · 공공재 지원 · USDC
레이아웃 표준: Server OS — docs/LAYOUT.md 참조
인터페이스
인터페이스 | 진입점 |
웹 컨트롤 플레인 |
|
MCP 서버 |
|
CLI |
|
SDK |
|
보드 (대상) |
|
스킬 |
|
AGENTS.md | 코딩 에이전트 계약 |
검증 |
|
CI |
|
Related MCP server: Peta Core
왜 SuperAgenticMCP인가?
문제 | 접근 방식 |
에이전트는 많은 MCP 서버가 필요함 | 하나의 프로세스가 서버를 랙에 장착하고 기능별로 라우팅 |
도구 호출이 불투명함 | 실시간 패치 보드 + JSONL 로그 + 실행 영수증 |
멀티에이전트 조정이 임시방편임 | 내장 플래너 / 워커 / 크리틱 루프 |
실행 간 메모리가 증발함 | 아티팩트의 메모리 스코프 별자리 |
설정이 현실과 괴리됨 | 랙 토글이 |
기능
기능 | 상태 |
stdio 기반 MCP (+ 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 라인 + 보드 재생.
풋프린트 — 핵심 경로에 단일 프로세스; 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)
제안 | 링크 |
에이전틱 OS 커널 지원 — $99 | |
에이전틱 OS 사이클 — $0.75 | |
공공재 지원 |
GitHub 스폰서: 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