Give your AI extra limbs. Dynamically load MCP tools when needed.
944
Give your AI assistant extra limbs! Limbo is a meta-MCP server that dynamically aggregates multiple Model Context Protocol servers into one unified interface.
Limbo lets AI assistants install and manage their own tools on-demand without restarting. Instead of manually configuring 10+ MCP servers, configure Limbo once and let your AI extend its capabilities as needed.
# Pull the image
docker pull pr3th4m/limbo:latest
# Run in HTTP mode
docker run -p 8000:8000 pr3th4m/limbo:latest
# Run with persistent config
docker run -p 8000:8000 -v limbo-config:/home/limbo/.limbo pr3th4m/limbo:latest
# Download catalog
curl -O https://raw.githubusercontent.com/Pritz395/limbo/main/limbo-catalog.yaml
# Add to Docker MCP
docker mcp catalog create custom
docker mcp catalog add custom limbo ./limbo-catalog.yaml
docker mcp server enable limbo
limbo serve - Start server (stdio/HTTP/hybrid)limbo server add/remove/list - Manage MCP serverslimbo kit load/list - Manage server bundleslimbo auth init - Setup authenticationLimbo stores config in .limbo/config.json with auto-reload support. Control via environment variables:
LIMBO_LOG_LEVEL - Logging level (default: INFO)LIMBO_AUTO_RELOAD - Enable config hot-reload (default: true)LIMBO_SELF_PREFIX - Tool prefix (default: "limbo")When connected to your AI, Limbo provides management tools:
limbo_add_server - Dynamically add MCP serverslimbo_list_servers - View configured serverslimbo_status - Health check and statisticsYou: "I need filesystem access" AI: calls limbo_add_server(name="filesystem", command="npx -y @modelcontextprotocol/server-filesystem") You: Now have filesystem tools instantly!
Content type
Image
Digest
sha256:a6f8ad814…
Size
114 MB
Last updated
12 months ago
docker pull pr33th4m/l1mbo