AI Tool Integrations
Takumo sits between your code and AI assistants. Same protection, any tool.How it works
Supported tools
| Tool | Integration | Status |
|---|---|---|
| Claude Code | CLI wrapper, MCP server | Available |
| Cursor | Extension, proxy mode | Available |
| Windsurf | Extension | Available |
| VS Code + Copilot | Extension | Coming soon |
| JetBrains + AI Assistant | Plugin | Coming soon |
Integration patterns
CLI wrapper
Wrap your AI tool’s CLI to automatically tokenize input and rehydrate output:MCP server
For tools that support Model Context Protocol, Takumo runs as an MCP server that intercepts file reads:Proxy mode
Route API calls through Takumo’s local proxy to tokenize requests and rehydrate responses:http://localhost:8080 instead of the provider’s API.
Choosing an integration
| Use case | Recommended |
|---|---|
| Quick, one-off tasks | CLI wrapper |
| Full IDE experience | Extension/plugin |
| Custom workflows | API + MCP server |
| CI/CD pipelines | Proxy mode |