Installation¶
Requirements¶
- Python 3.10+
- pip
Install¶
pip (recommended)¶
pip install agentcrew-mcn
From Source¶
git clone https://github.com/super-rick/agentcrew-mcn.git
cd agentcrew-mcn
pip install -r requirements.txt
Docker¶
docker compose run --rm cli write generate -t "Hello World"
Configuration¶
agentcrew-mcn init # Creates config.yaml + .env template
Edit .env with at least one LLM API key:
DEEPSEEK_API_KEY=sk-your-key
LLM Providers¶
- DeepSeek —
DEEPSEEK_API_KEY(default) - OpenAI —
OPENAI_API_KEY - Anthropic —
ANTHROPIC_API_KEY - Ollama — local, no key needed
Platform Auth¶
See Platform Setup. Each platform needs Cookie/API Key/OAuth.
Verify¶
agentcrew-mcn --help
agentcrew-mcn write generate -t "Test" --dry-run