8. AI providers

Aefos is "bring your own CLI": it ships no model and manages no credentials. You install and log in to the AI CLI of your choice, and Aefos connects it to your project. Four providers are supported.

Overview

Provider CLI What you need
Claude Code Anthropic Install the CLI and log in to your Anthropic account
Codex OpenAI Install the CLI and run codex login to use the model
GitHub Copilot CLI GitHub Install the CLI and log in to GitHub Copilot
Gemini Google Install/have the Gemini CLI available and log in

Claude Code is the reference provider (the MVP target). The others are fully supported.

How to choose the provider

In Tools β†’ Options β†’ Aefos, select the provider/executor and the model. The model is remembered per provider (no leaking from one to another).

Connecting MCP to each CLI

Aefos points all CLIs to a single global MCP configuration (%APPDATA%\Aefos\aefos-mcp.json). Each CLI is wired in its own way:

You don't need to do this wiring by hand β€” Aefos handles it. To verify that everything is fine, use Test MCP in Options β†’ Aefos (see Configuration).

What if the CLI is not installed?

➑️ Next: Configuration