Governance middleware for AI agents: deterministic policy enforcement, cryptographic audit trails with digital signatures, DLP/PII detection, Trust Score per agent (0-100), EU AI Act compliance (Art. 9, 11, 12, 14), Agent BOM generation, and Circuit Breaker. Native support for LangGraph, CrewAI, and AutoGen.
Server Config
{
"mcpServers": {
"agentmesh": {
"command": "uvx",
"args": [
"useagentmesh"
],
"env": {
"AGENTMESH_API_KEY": "your-api-key"
}
}
}
}