Agent security mesh: 27-endpoint proxy + 12 framework SDKs + coding-agent hooks, composing 54 Tessera modules with SPIRE, agentgateway, and OpenTelemetry. Below are 22 infrastructure & backend apps with similar functionality to AgentMesh, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
Agent Building Blocks for Meshagent
Agent Veil Protocol integration for AgentMesh trust engine
CLI for Meshagent
meshagent-cli is an open-source command-line tool that allows users to interact with Meshagent systems for automation and management tasks. It is designed for system administrators and developers who require CLI access to Meshagent functionality.
MCP Server for Claude Desktop - Agent OS kernel primitives including code safety verification, CMVK multi-model review, and IATP trust
Public Preview — Agent-Lightning RL integration for the Agent Governance Toolkit: governed training with policy enforcement
A Langgraph agent API server that implements Langgraph agent's web capabilities and can interact with chatbot
AgentX - Native compiled Python agent framework
adk-agentmesh is an open-source toolkit that integrates with Google ADK to provide agent governance, including policy enforcement, trust verification, and audit trails. It is designed for developers and researchers building autonomous agent systems.
Drop-in billing proxy for self-hosted AI agent meshes with Stripe integration and usage tracking
agentmesh_primitives is an open-source Python package that provides shared primitive data models for Agent OS, including definitions for failure types, severity levels, and base structures. It helps developers standardize and streamline agent-based system development.
Deterministic MCP-first browser automation runtime for coding agents
Security harness for AI coding agents (Claude Code, Codex CLI, etc.) — mitmproxy payload inspection + TOML policy control.
Multi-LLM agent framework with mem0-backed memory, llama-index RAG, MCP tool support, and reflection.
ACGS-2 Enhanced Agent Bus with Constitutional Compliance
agentmesh-observability is an open-source observability toolkit for Agent OS, providing integration with OpenTelemetry, Prometheus, and Grafana. It helps developers monitor, trace, and analyze production deployments of agent-based systems efficiently.
agentmesh_nexus is an open-source research prototype providing a viral registry and communication board for AI agents. It enables agent trust exchange and communication, targeting AI researchers and developers exploring agent ecosystems.
Thin CLI + MCP client for Agent-CoreX — execute any task with a single query
Agent identity primitives for AGTP-compliant systems
A microkernel-style agent framework
AgentSlack MCP Server — Agent workspace tools for Claude Code
IronMesh is a transport layer designed to enable end-to-end encrypted, agent-to-agent communication over local networks without relying on cloud services or internet connectivity. It addresses the challenge faced by AI agent frameworks and applications that require resilient, peer-to-peer messaging even when offline or during network outages. The platform is positioned as a zero-configuration solution, allowing agents to discover each other automatically on a LAN using mDNS, and ensures that all communication remains within the local network. The tool integrates beneath existing agent frameworks and protocols, providing features such as identity pinning, capability discovery, offline queueing with encrypted SQLite storage, and an agent-aware routing table. IronMesh supports multi-hop mesh routing, enabling messages to traverse intermediate peers automatically using distance-vector routing techniques. It offers mutual authentication through HMAC-SHA256 passphrase proofs and Ed25519 signatures on every frame, with forward secrecy achieved via ephemeral X25519 session keys. For environments requiring radio-based communication, IronMesh can operate over LoRa hardware using Reticulum as a transport, handling fragmentation, retries, and routing for sub-kilobit-per-second links. IronMesh is suitable for various scenarios, including homelab operators running private AI agents on a LAN, builders deploying agents over LoRa for off-grid or disaster communications, and developers integrating with frameworks like LangChain or AutoGen. The platform provides a Python SDK, a TypeScript client, and adapters for popular agent frameworks. It can be installed via pip or deployed using Docker, and is compatible with Termux/Android environments. The tool is MIT licensed, collects zero telemetry, requires no signup, and is offline-capable, emphasizing privacy and user control. By focusing on secure, decentralized, and resilient agent communication, IronMesh fills a gap left by other agent protocols that assume constant internet connectivity or require complex configuration. Its architecture relies on NaCl/libsodium cryptography, the same library used by Signal and WireGuard, ensuring robust encryption and security by default.