GLOBAL Hybrid MCP v2
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GLOBAL Hybrid MCP v2Route a read-only fact check to the Library Owner with no external writes."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GLOBAL Hybrid MCP v2
從零重建的 GLOBAL Hybrid 執行層。
這個 repository 不是 Sales / Human / Visual / Library / Execution 的規則本體, 也不是用來保存舊對話或 Memory 的地方。
它只負責:
讀取「當前 authority 指標」
建立本次 Task Contract / Task Firewall
deterministic Owner routing
effect / side-effect authorization
呼叫正確的專業 Owner adapter
寫 trace / closure evidence
讓唯讀監察官觀察整個流程
透過 MCP 暴露最小必要接口
架構
MCP / HTTP Adapter
│
▼
┌────────────────────────────┐
│ GLOBAL CONTROL PLANE │
│ - Authority Resolver │
│ - Task Firewall │
│ - Owner Router │
│ - Effect Gate │
│ - Closure │
└────────────┬───────────────┘
│ typed contract only
▼
┌────────────────────────────┐
│ DOMAIN PLANE │
│ - Sales / Human │
│ - Library / Fact │
│ - Visual │
│ - Execution / Diagnostic │
└────────────────────────────┘
所有 control/domain 事件
│ immutable event copy
▼
┌────────────────────────────┐
│ 監察官 / OBSERVABILITY │
│ READ-ONLY witness │
│ no tool / no mutation │
└────────────────────────────┘Related MCP server: scope-guard-mcp
關鍵限制
GLOBAL 不做 domain reasoning。
專業 Owner 不能直接跨域呼叫另一個 Owner。
只有 Execution 可以執行有外部副作用的 effect。
Library / Fact 可以做 external read,但不能做 external write。
監察官永遠只讀,沒有 mutation port。
history / archive / memory 不可自行進 live task context。
authority 必須能解析到 exact current revision;
UNSET直接 fail-close。persistent repair design 與 architecture-sensitive current capability claim 必須在 response egress 前具有 fresh matching-scope research admission receipt;模型推測不是 evidence。
MCP server 是 adapter,不是治理中心。
不把整段 conversation dump 給 MCP server;Host 應只送本次 TaskRequest。
Current authority
authority/current/registry.json 已綁定 repository root 的 current 原生 Canonical,
並以 expected_revision 與 exact-bytes content_sha256 驗證。任何 revision、hash、
path、status 或 binding 不一致都會 fail-close。Canonical 不加 wrapper,也不改寫或摘要。
VISUAL 與 EXECUTION 不各自複製 authority document;兩者共用同一份 REAL_CAR canonical,並透過不同 authority partition 維持 Owner 與 effect 權限隔離。
本機
python -m venv .venv
.venv\Scripts\activate
pip install -e ".[dev]"
pytest -qMCP / Render
python -m global_hybrid_v2.adapters.mcp_server預設:
MCP:
/mcpLiveness:
/healthAuthority readiness:
/readyTransport: Streamable HTTP
Stateless HTTP: enabled
/health 只表示 process 與 MCP HTTP service 存活。/ready 會使用 production
composition root 的 AuthorityResolver 實際解析 current registry;revision、hash、path、
status 或 binding 不一致時回 HTTP 503。MCP dispatch_task 會將 TaskRequest 交給同一個
Dispatcher,不在 adapter 複製 governance flow。
AUTHORITY_READY != DOMAIN_EXECUTION_CONFIGURED:目前五個 Owner 都仍使用既有
NotConfiguredDomain。因此 authority readiness 可以通過,而安全 dispatch 的最終 domain
結果可以是 BLOCKED_NOT_CONFIGURED。
目前狀態
這是「架構骨架 + deterministic governance core」。
它刻意 沒有:
把舊 GitHub 的 domain prompt 搬進來
把 Memory 當 authority
自動修改 current authority
自動把監察官 finding 升格成修正
隨意啟用 live side effects
This server cannot be installed
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 Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
The first MCP governed by ICA. Every action is gated and sealed with a verifiable receipt.
Hosted MCP for Conductor Relay: a verifier-backed agent work exchange and cold marketplace.
Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceSafe, reliable, and verifiable execution for the Model Context Protocol, enabling governed tasks with planning, capability approval, side-effect verification, and evidence receipts.158Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP server that enforces multi-agent scope boundaries. Prevents scope drift, work duplication, and infinite delegation loops in agentic systems.63MIT
- AlicenseBqualityBmaintenanceAn MCP server that enforces deterministic authorization boundaries for AgentTeams workflows by verifying evidence and policy, returning ALLOW, BLOCK, or REQUIRE_APPROVAL decisions before actions are executed.6Apache 2.0
- FlicenseNot gradedqualityBmaintenanceDurable MCP control plane for coordinating agent networks, with message ledger, idempotent delivery, and cryptographic identity for each orchestrator.
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/f2f54866sh-afk/global-hybrid-mcp-v2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server