@nymrel/mcp-hub
Official@nymrel/mcp-hub
자율 AI 에이전트를 위한 최고의 통합 Model Context Protocol (MCP) 서버입니다.
14개의 Nymrel 오픈소스 개발자 툴체인, 실행 샌드박스, 암호화 원장, 머신 트러스트 엔진을 Claude Desktop, Claude Code, Cursor, Codex, OpenAI 에이전트를 위한 단일 제로-의존성 MCP 서버로 통합합니다.
🏛️ 시스템 아키텍처
+---------------------------------------+
| AI Agent Execution Surface |
| (Claude Code / Cursor / Codex / GPT) |
+-------------------+-------------------+
|
| MCP JSON-RPC 2.0 (stdio)
v
+---------------------------------------------------------------------------------------------------+
| @nymrel/mcp-hub |
| Unified Model Context Protocol Server |
+---------------------------------------------------------------------------------------------------+
| |
| [ TOOLS (14) ] [ RESOURCES (3) ] [ PROMPTS (3) ] |
| - nymrel_ucp_audit - nymrel://status - audit-website-ucp |
| - nymrel_surety_guard - nymrel://ecosystem - secure-agent-command |
| - nymrel_swarm_claim - nymrel://llms-manifest - init-two-seat-mission |
| - nymrel_machine_trust |
| - nymrel_proof_ledger [ DUAL-ENGINE CORE ] |
| - nymrel_crawler_mesh - Node.js 18+ (Pure TypeScript ESM) |
| - nymrel_beacon_ping - Python 3.10+ (Zero-dependency Package) |
| - nymrel_headless_quote |
| - nymrel_local_forge [ PROTOCOL COMPLIANCE ] |
| - nymrel_open_ucp - Specification Version 2024-11-05 |
| - nymrel_sandstorm - RFC-6962 Merkle Tree Hashing |
| - nymrel_a2ui_render - RFC-x402 Micropayment Headers |
| - nymrel_swarm_bus - Google A2UI v0.8 Specification |
| - nymrel_proof_verify - Schema.org JSON-LD Hierarchy |
+---------------------------------------------------------------------------------------------------+⚡ 1줄 설치 레시피
1. Claude Desktop
@nymrel/mcp-hub를 claude_desktop_config.json 파일에 추가하세요:
macOS / Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nymrel": {
"command": "npx",
"args": ["@nymrel/mcp-hub"]
}
}
}2. Cursor (Composer 및 에이전트 모드)
워크스페이스 루트에 .cursor/mcp.json 파일을 생성하거나 업데이트하세요:
{
"mcpServers": {
"nymrel-hub": {
"command": "npx",
"args": ["@nymrel/mcp-hub"]
}
}
}3. Codex CLI 및 네이티브 워커
Codex MCP 구성 파일에 추가하세요:
{
"mcpServers": {
"nymrel": {
"command": "npx",
"args": ["@nymrel/mcp-hub"],
"env": {}
}
}
}4. Python 엔진(Pip)
pip install nymrel-mcp-hub
nymrel-mcp --stdio🧰 통합된 14가지 Nymrel 도구
# | MCP 도구 이름 | 원본 저장소 | 카테고리 | 설명 |
1 |
|
| 커머스 | 7계층 AI Commerce Readiness 스코어카드, JSON-LD 검증기, |
2 |
|
| 보안 | 파괴적인 셸 명령( |
3 |
|
| 스웜 | 단조 증가 펜싱 토큰을 갖춘 분산 디렉터리 잠금 및 다중 에이전트 임대 조정자입니다. |
4 |
|
| 트러스트 | Schema.org JSON-LD( |
5 |
|
| 보안 | RFC-6962 SHA-256 바이너리 Merkle 트리와 디지털 서명 영수증으로 에이전트 실행을 입증합니다. |
6 |
|
| 데이터 | LLM 토큰 절감에 최적화된 고성능 클린 웹 크롤러 및 Markdown AST 추출기입니다. |
7 |
|
| 텔레메트리 | 에이전트 활성 하트비트 생성기 및 활성 다중 에이전트 플릿 상태 모니터입니다. |
8 |
|
| 커머스 | Nymrel Warm Paper 프리셋을 갖춘 즉시 동적 가격 공식 계산기입니다. |
9 |
|
| 모델 | 로컬 GPU/Ollama 상태를 프로브하고, 토큰 달러 절감액을 계산하며, Luna/Terra/Sol 등급으로 작업을 라우팅합니다. |
10 |
|
| 커머스 | Universal Commerce Protocol x402 HTTP 마이크로페이먼트 챌린지 핸들러 및 AP2 카트 협상입니다. |
11 |
|
| 보안 | 제로 트러스트 Copy-on-Write 워크스페이스 격리 및 비밀 유출 토큰 마스킹 방화벽입니다. |
12 |
|
| UI | 시그니처 Warm Paper 토큰( |
13 |
|
| 스웜 | 스튜디오 작업 버스 메시지 큐잉, 봉투 디스패치, 에이전트 간 조정 브로드캐스팅입니다. |
14 |
|
| 보안 | RFC-6962 Merkle 영수증과 디지털 서명을 암호학적으로 검증하여 변조를 방지합니다. |
📡 실시간 MCP 리소스
MCP 서버는 resources/read 프로토콜을 통해 접근할 수 있는 실시간 동적 리소스를 제공합니다:
nymrel://status(application/json)
실시간 MCP 서버 텔레메트리, node/python 런타임 버전, 메모리 RSS 사용량, 등록된 도구 수nymrel://ecosystem(application/json)
14개 Nymrel 저장소 전체의 디렉터리 카탈로그, npm 패키지, GitHub URL, 카테고리, 설명nymrel://llms-manifest(text/markdown)
자율 AI 에이전트가 Nymrel 툴체인을 활용하는 방법을 안내하는 큐레이션된/llms.txt시맨틱 매니페스트
📝 기본 제공 MCP 프롬프트
audit-website-ucp
에이전트가 대상 URL에 대해 7계층 AI Commerce Readiness 종합 감사를 수행하고 실행 가능한 수정 목록을 만들도록 지시합니다.secure-agent-command
제안된 터미널 명령을 만리 전 Surety Guard와 Sandstorm 비밀 마스킹으로 평가합니다.init-two-seat-mission
에이전트가 리스 조정과 버스 디스패치를 포함하는 2인석 Command Studio 미션(mission_owner+studio_controller)을 구성하도록 안내합니다.
🎨 Double-Audience 철학과 미학
@nymrel/mcp-hub의 모든 도구는 Dual-Audience(이중 대상) 계약에 따라 설계되었습니다:
인간 방문자용: 따뜻하고 밝은 색조(Warm Paper
#FAF8F2, 시더 그린#2A332E, 테라코타#A8541F)로 디자인된 우아하고 접근성 높은 UI자율 머신용: 암호학적으로 검증 가능한 머신 신뢰, RFC-6962 Merkle 증명, RFC-x402 결제 헤더, 계층형 Schema.org JSON-LD 엔티(
parentOrganization: Nymrel -> JalenBuilds LLC)
🧪 검증 및 테스트 스위트
# 1. Typecheck TypeScript
npm run typecheck
# 2. Build TypeScript distribution
npm run build
# 3. Run Node.js native test runner
npm test
# 4. Run Python pytest test suite
pytest📄 라이선스 및 조직
브랜드: Nymrel
상위 법인: JalenBuilds LLC
문의:
contact@jalenbuilds.com라이선스: MIT License (2026)
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
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/nymrel/nymrel-mcp-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server