go.model-orchestrator
Verified Safeby TypeTerrors
Overview
Orchestrates multiple LLM agent wrappers and tool servers via mDNS, presenting a single OpenAI-compatible API to clients.
Installation
No command providedSecurity Notes
Relies on mDNS for discovery within a local network and exposes HTTP endpoints. The primary orchestrator API (OpenAI compatible) and child agent/tool server APIs should be run in a secured, isolated network environment (e.g., Docker internal network) and not exposed directly to the public internet without proper security measures. Tools are limited to HTTP verbs, reducing arbitrary code execution risk but still requiring careful consideration of what URLs and data they can access.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcpstore
Orchestrate Microservice Context Protocol (MCP) services and adapt them for integration with various AI frameworks like LangChain, managing tools and their lifecycle.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
AgentUp
A developer-first framework for building, deploying, and managing AI agents, bringing Docker-like consistency and operational ease to AI agent development.