AI-Native Control Plane
The Model Context Protocol (MCP) is an open standard that allows AI assistants to interact with external tools. EDDI implements a comprehensive MCP server with 65 tools spanning every aspect of the platform. See the full MCP documentation for the complete tool reference.
Tool Categories
- Conversation Tools (11): Chat with agents, manage conversations, read history, intent-based managed chat
- Admin Tools (13): Deploy, undeploy, create, update, and delete agents and triggers
- Setup Tools (2): Create complete agents in a single call with
setup_agent, or from an OpenAPI spec withcreate_api_agent - Resource CRUD (5): Full create/read/update/delete for rules, workflows, LLM configs, connectors, with batch cascade
- Group Conversation Tools (11): Multi-agent discussions with 6 styles, nested groups, async discussions
- Memory Tools (8): Persistent user memory with visibility scoping, search, and bulk operations
- Schedule Management (6): Create, list, fire, and retry scheduled agent triggers (cron and heartbeat)
- Diagnostic Tools (2): Server-side pipeline logs and per-task audit trail with LLM details, timing, and cost
- GDPR Tools (2): Cascade data erasure (Art. 17) and full data export (Art. 15/20)
- Channel Integration Tools (5): Manage Slack, Teams, and custom channel integrations
- OpenAPI 3.1: Auto-generated OpenAPI spec. Paste any external OpenAPI spec into EDDI → get a fully deployed API-calling agent
Open Standards: Not Proprietary APIs
EDDI agents can also consume external MCP tools during conversations. Configure MCP server endpoints, and agents auto-discover and invoke tools based on conversation context. Beyond MCP, EDDI implements A2A (Agent-to-Agent Protocol) for cross-platform agent communication, OpenAPI 3.1 for native spec generation and consumption, OAuth 2.0 / OIDC via Keycloak, and SSE for real-time streaming, all open standards, zero vendor lock-in.
Works with Claude Desktop, Cursor, VS Code, Windsurf, Antigravity, and any MCP-compatible client. See the MCP documentation for client configuration guides.