Hanzo AI IDE Extensions
Official Hanzo AI extensions for VS Code, JetBrains IDEs, and Cursor.
Installation
VS Code / Cursor
code --install-extension hanzo-ai.hanzo-ai
Or install from VS Code Marketplace.
JetBrains IDEs
Install from JetBrains Marketplace.
Features
- 200+ LLMs: Claude, GPT-4, Gemini, Ollama
- 4000+ MCP Servers: Model Context Protocol
- 53+ Dev Tools: Aider, OpenHands, Codex
- Parallel Agents: Multiple AI agents
- Git Worktrees: Isolated branches per agent
- Universal Context: Unified memory
Commands
| Command | Description |
|---|---|
Hanzo: Open Project Manager |
Open dashboard |
Hanzo: Analyze Project |
Analyze project |
Hanzo: Login |
Authenticate |
Hanzo: Logout |
Sign out |
Chat Integration
Use @hanzo in VS Code chat:
@hanzo implement user authentication
@hanzo explain this code
@hanzo refactor for performance
Configuration
| Setting | Description | Default |
|---|---|---|
hanzo.mcp.enabled |
Enable MCP | true |
hanzo.mcp.backend |
MCP backend | auto |
hanzo.llm.provider |
LLM provider | hanzo |
Development
npm install
npm run build
npm run dev # Watch mode
npm test
Build Packages
npm run build:vscode # VS Code extension
npm run build:jetbrains # JetBrains plugin
Architecture
┌──────────────────────────────────────────────────────────┐
│ Hanzo AI Extension │
├──────────────────────────────────────────────────────────┤
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ VS Code │ │ JetBrains │ │ Cursor │ │
│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
│ └────────────────┼────────────────┘ │
│ ┌─────┴─────┐ │
│ │ Hanzo AI │ │
│ │ Gateway │ │
│ └───────────┘ │
└──────────────────────────────────────────────────────────┘