Kilo Code
Kilo Code is a VS Code extension enhanced by MCP (Model Context Protocol) support, enabling direct code generation, debugging, and project management within the editor.
Features
- Code Generation: Generate code from natural language descriptions
- Database Analysis: Analyze database structures and relationships
- SQL Optimization: Generate and optimize SQL queries
- Project Management: Manage and organize project files
- Refactoring: Improve code quality and structure
- Documentation: Create documentation for your codebase
Installation
Step 1: Install Extension
- Launch VS Code
- Open the Extensions Marketplace (left sidebar)
- Search for "Kilo Code"
- Click Install
- Trust the developer when prompted
Step 2: Configure API Key
After installation, select "Use your own API key" option to configure custom API settings.
Configure Apertis API
API Provider Setup
- Open Kilo Code settings
- Select OpenAI Compatible as the API Provider
- Enter the Base URL:
https://api.apertis.ai/v1 - Enter your API Key (obtain from Apertis Dashboard)
- Select a model from the Model List
Configuration Summary
| Setting | Value |
|---|---|
| API Provider | OpenAI Compatible |
| Base URL | https://api.apertis.ai/v1 |
| API Key | Your Apertis API key |
| Model | See model list below |
Available Models
| Model | Name to Enter |
|---|---|
| Claude Sonnet 4.5 | claude-sonnet-4.5 |
| Claude Haiku 4.5 | claude-haiku-4.5 |
| GPT-4o | gpt-4.1 |
| GPT-4o mini | gpt-4.1-mini |
| Gemini 3 Flash | gemini-3-flash-preview |
Capabilities
Once configured, Kilo Code can assist with:
- Database Structure Analysis: Understand and document database schemas
- Statistical Calculations: Perform data analysis and calculations
- SQL Query Generation: Create optimized SQL queries
- Code Generation: Generate code based on requirements
- Project Analysis: Analyze and document project structure
- Refactoring: Suggest and implement code improvements
MCP Integration
Kilo Code supports MCP (Model Context Protocol) for enhanced functionality:
- Vision Server: Analyze images and visual content
- Web Search Server: Search the web for information
- Web Reader Server: Extract content from web pages
Troubleshooting
Connection Issues
- Verify your API key at Apertis Dashboard
- Ensure the Base URL is
https://api.apertis.ai/v1 - Check that the model name matches the Model List exactly
Extension Not Working
- Restart VS Code after configuration changes
- Check the Output panel for error messages
- Ensure you selected "Use your own API key" option
Related Resources
- Model List
- API Keys Management
- Roo Code Extension - Alternative VS Code AI assistant
- Cline Extension - Another VS Code AI coding tool