Skip to content

Installation

Requirements

  • Python 3.10+
  • pip

Install

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

  • DeepSeekDEEPSEEK_API_KEY (default)
  • OpenAIOPENAI_API_KEY
  • AnthropicANTHROPIC_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