Back to Home
techmad220 icon

agent-orchestrator-mcp

Verified Safe

by techmad220

Overview

Orchestrates multi-AI coordination, task management, and collaboration across configurable local and cloud LLM providers.

Installation

Run Command
./run-mcp.sh

Environment Variables

  • ORCHESTRATOR_CONFIG
  • OLLAMA_URL
  • LOCAL_ONLY
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • RUST_LOG

Security Notes

The server uses standard Rust security practices. API keys are managed via configuration files or environment variables, not hardcoded directly into the application logic. Network communication for AI providers uses the `reqwest` crate, a common and reputable HTTP client. There are no direct `eval`-like functions for arbitrary code execution from user input in the provided Rust code. Potential risks are inherent to LLM interactions (e.g., handling of generated code or malicious prompts leading to unwanted LLM behavior) rather than direct server compromise. The `run-mcp.sh` script logs to a user-specific directory and handles environment variables correctly.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens4000
Stars0
Forks0
Last Update2025-12-14

Tags

AIOrchestrationTask ManagementMulti-AgentLocal-LLM