I built a lightweight HTTP bridge for AnythingLLM to safely run multiple local MCPs inside Docker (Dummy + Time demo included)
github.comΒ·5hΒ·
Discuss: r/LocalLLaMA
Flag this post

This is an early dev version β€” not plug-and-play yet. You’ll need to know your way around Docker networks and storage mapping.

🧩 AnythingLLM MCP HTTP Bridge

Lightweight HTTP bridge for AnythingLLM to connect multiple local MCP servers securely via Docker. A clean, modular, and safe way to run multiple MCP servers without Docker-in-Docker or direct process spawning.


πŸš€ Overview

This bridge allows AnythingLLM to communicate with multiple MCP servers inside isolated Docker containers. It provides a single, secure HTTP entry point while keeping each MCP fully sandboxed.

βœ… Key Features

  • πŸ”’ Safe & clean: No host or Docker-in-Docker access.
  • 🧱 Modular: Each MCP runs in its own container with a small FastAPI server.
  • 🌐 Bridge-controlled: Anythi…

Similar Posts

Loading similar posts...