Download and Install
Download
CodeFire.app from GitHub Releases and drag it to your Applications folder.On first launch, macOS may show a security warning. Right-click the app and select “Open” to bypass Gatekeeper.
Connect Your AI CLI Tool
Configure the MCP server for your preferred AI coding tool. You can use the one-click installer in the app, or configure manually:
Claude Code
Claude Code
Run this command in your terminal:
Gemini CLI
Gemini CLI
Add this to
~/.gemini/settings.json:Codex CLI
Codex CLI
Add this to
~/.codex/config.toml:OpenCode
OpenCode
Add this to
~/.opencode/config.json:The MCP server binary is automatically installed to
~/Library/Application Support/CodeFire/bin/CodeFireMCP when you first launch the app.Configure OpenRouter API Key
Open CodeFire Settings (
Cmd + ,), navigate to the CodeFire Engine tab, and paste your OpenRouter API key.This powers:- Built-in AI chat with full project context
- Semantic code search
- AI image generation
Verify the Connection
Test that everything is working:
-
Launch your AI CLI tool in a project directory:
-
Ask your AI agent to list tasks:
-
Check CodeFire — you should see:
- Your project auto-discovered in the sidebar
- Live session monitoring showing the active conversation
- Token usage and cost tracking
If the MCP connection is working, your agent will be able to read and create tasks, access notes, and query your project structure.
Start Coding with Persistent Memory
Your AI agent now has:
- Access to all tasks and project notes
- Awareness of your project structure and session history
- The ability to create and update tasks programmatically
- “Create a task to refactor the authentication module”
- “What notes do I have for this project?”
- “Show me the project file tree”
Optional Setup
Gmail Integration for Email-to-Task Sync
Gmail Integration for Email-to-Task Sync
To enable automatic task creation from emails:
- Go to Settings → Gmail
- Enter your Google OAuth credentials (Client ID + Client Secret)
- Get these from Google Cloud Console → APIs & Services → Credentials
GitHub CLI for Enhanced Git Features
GitHub CLI for Enhanced Git Features
Next Steps
Installation Details
Learn about system requirements, troubleshooting, and advanced setup
Features
Explore all CodeFire features in depth
