The Mesh protocol facilitates robust, three-way symmetric communication between various MCP entities: Zo (AI Assistants), Antigravity (IDEs like Cursor, VS Code, JetBrains), and AgentOS (Agent systems). It establishes a reliable peer mesh, enabling seamless interaction and data exchange across these tools. The protocol includes critical features like real adapter integration, heartbeat mechanisms, schema validation, message compression, WebSocket reconnection with exponential backoff, and comprehensive observability endpoints.
주요 기능
01Universal IDE Support for any MCP-compatible IDE
02Comprehensive observability with Prometheus metrics, health checks, and status endpoints
03Symmetric Peer architecture where all connected peers can serve and consume tools
04Robust message transport including zlib compression and WebSocket reconnect with exponential backoff
05Fault isolation per peer with integrated Circuit Breakers
060 GitHub stars