Provider Setup
zypheron ai start
zypheron ai status
zypheron ai providers
zypheron ai doctor
Hosted Keys Through the CLI
zypheron config set-key anthropic
zypheron config set-key openai
zypheron config set-key deepseek
zypheron config set-key gemini
zypheron config set-key kimi
zypheron config get-providers
The repo’s current guidance is to use the CLI key flow as the preferred user path instead of expecting people to hand-edit environment files for common setups.
Local AI with Ollama
ollama pull llama3.2:3b
ollama pull mistral:latest
zypheron config set ai.provider ollama
zypheron config set ai.model llama3.2:3b
zypheron ai test --provider ollama
MCP Lifecycle
zypheron install-deps --all
zypheron mcp config
zypheron mcp start
zypheron mcp stop
zypheron mcp status
TUI model selection
Selecting a hosted model without a configured key should prompt for that key and persist the choice for reuse while keeping the workflow human-in-the-loop.
Generated MCP config
The safest current pattern is to regenerate config with the CLI instead of relying on archived hardcoded path examples.
