Overview
Connect CodeAlive with Google’s Gemini CLI for AI-powered development with deep codebase understanding. Gemini CLI supports a one-command setup — no config files needed.Prerequisites
- Gemini CLI installed (github.com/google-gemini/gemini-cli)
- CodeAlive account with API key (Sign up here)
- Indexed repositories in your CodeAlive dashboard
Setup
Add CodeAlive MCP Server
Run this single command:Replace
YOUR_API_KEY_HERE with your actual CodeAlive API key. That’s it — no config files needed.Community Extension
For an enhanced experience, install the community-built Gemini CLI extension that adds slash commands and workflow guidance:/codealive:chat— Chat with your codebase/codealive:find— Search for code/codealive:search— Semantic searchGEMINI.mdguidance for effective CodeAlive usage
Extension Configuration
Set your API key for the extension:Usage
Once connected, Gemini CLI can:- Search your codebase semantically across all indexed repositories
- Answer architecture questions with full project context
- Find patterns and implementations across multiple services
Troubleshooting
MCP server not responding
MCP server not responding
- Verify the server was added:
gemini mcp list - Check your API key is correct
- Remove and re-add:
gemini mcp remove secure-httpthen re-run the add command
Extension not loading
Extension not loading
- Verify the extension is installed:
gemini extensions list - Check the
CODEALIVE_API_KEYis set - Restart Gemini CLI