Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

EDDI — One-Command Agent Orchestration (MCP)

Boot EDDI via its one-command installer to run agents with Docker Compose and connect tools via MCP/A2A; includes an `eddi` CLI for updates.

MCP Hub
MCP Hub · Community
Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Docker|Curl
Confiance
Confiance : Established
Point d'entrée
curl -fsSL https://raw.githubusercontent.com/labsai/EDDI/main/install.sh | bash
Commande CLI universelle
npx tokrepo install 0d125fb1-2659-5656-8652-0fb7929940b8
Introduction

Use EDDI when you want a Docker-based agent runtime you can bring up quickly and integrate with MCP-compatible clients.

Boot EDDI via its one-command installer to run agents with Docker Compose and connect tools via MCP/A2A; includes an eddi CLI for updates.

Best for: teams prototyping agent runtimes with Docker Compose and a standardized tool surface (MCP/A2A) before production hardening

Works with: Docker, curl installer, optional Maven build for contributors, MCP-capable clients

Setup time: ~10–25 minutes (installer + compose pull/start)

Key facts (verified)

  • GitHub: 351 stars · 113 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • Entrypoint (README-backed): curl -fsSL https://raw.githubusercontent.com/labsai/EDDI/main/install.sh | bash.

Main

  • Start with a minimal tool surface and expand only after you have observability and reset/recovery procedures.
  • Store secrets in the mechanism the installer sets up; avoid baking keys into compose files or images.
  • Pin versions for reproducible environments once you move from demo to team usage.

README excerpt (source)

![EDDI Banner Image](/screenshots/EDDI-Readme-banner-image.webp)

# E.D.D.I — Multi-Agent Orchestration Middleware for Conversational AI

[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/12355/badge?v=2)](https://www.bestpractices.dev/projects/12355) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/labsai/EDDI/badge)](https://securityscorecards.dev/viewer/?uri=github.com/labsai/EDDI) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2c5d183d4bd24dbaa77427cfbf5d4074)](https://app.codacy.com/organizations/gh/labsai/dashboard?utm_source=github.com&utm_medium=referral&utm_content=labsai/EDDI&utm_campaign=Badge_Grade)

[![CI](https://github.com/labsai/EDDI/actions/workflows/ci.yml/badge.svg)](https://github.com/labsai/EDDI/actions/workflows/ci.yml) [![CodeQL](https://github.com/labsai/EDDI/actions/workflows/codeql.yml/badge.svg)](https://github.com/labsai/EDDI/actions/workflows/codeql.yml) ![Tests](https://img.shields.io/badge/tests-5%2C100%2B-brightgreen) ![Coverage](https://img.shields.io/badge/coverage-%3E80%25-brightgreen)

FAQ

Q: Does it require Docker? A: The README quick start requires Docker and uses Docker Compose via the installer.

Q: How do updates work? A: The installer creates an eddi CLI wrapper; eddi update pulls and restarts containers.

Q: Safe first use case? A: Start with non-sensitive test data and a read-only tool setup before connecting real systems.

🙏

Source et remerciements

Source: https://github.com/labsai/EDDI > License: Apache-2.0 > GitHub: 351 stars · 113 forks · pushed 2026-05-13

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires