MAREF Integrations
Governance for your favorite tools — LangGraph, CrewAI, AutoGen, Claude Code, Cursor, and more.
MCP + A2A Dual-Protocol Compatibility
MAREF implements both the Model Context Protocol (MCP) and Agent-to-Agent (A2A) protocol, ensuring compatibility with any agent framework that supports these standards.
Model Context Protocol (MCP)
Standardized tool calling protocol by Anthropic
- 6 transport types: Stdio, SSE, HTTP, In-Process
- Built-in MCP servers: File, Shell, Git, Browser, Email
- Governance layer: Policy decision tree + CircuitBreaker
Agent-to-Agent (A2A)
Direct agent communication protocol
- A2A v0.3 protocol compliance
- Multi-agent orchestration and handoff
- Distributed transaction coordination (Saga)
How to Integrate
1. MCP Integration (Recommended)
For tools that support MCP (Claude Code, Cursor, Windsurf), configure MAREF as an MCP server.
2. Python Adapter
For Python-based frameworks (LangGraph, CrewAI, AutoGen), use the Python adapter.
3. Sidecar Deployment
Deploy MAREF as a sidecar service for Kubernetes or Docker.
Need Help with Integration?
Check our documentation for detailed integration guides.