model-compose

hanyeol/model-compose
★ 75 stars Python AI/LLM Updated 10d ago ✗ Risk
Portable AI runtime inspired by docker-compose. Compose agents, RAG pipelines, and MCP servers in one YAML file and run them anywhere.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "model-compose": {
      "command": "uvx",
      "args": [
        "model-compose"
      ]
    }
  }
}

Or install with pip: pip install model-compose

README Excerpt

<div align="center"> </div> --- **Compose AI Systems, Deploy Anywhere.** Build AI agents, RAG pipelines, MCP servers, and multi-model workflows in a single YAML file. Run the same system locally, in containers, or in production without rewriting your stack. Inspired by `docker-compose`, model-compose provides a portable runtime for AI systems — combining cloud APIs and local models without vendor lock-in.

Topics

agent-frameworkai-agentsai-infrastructureai-workflowanthropicdeclarativehuggingfacelangchain-alternativellmllm-frameworkllm-orchestrationllmopsmcpmcp-servermodel-context-protocol