Melty
Melty is an open-source AI code editor that tracks every change you make — file edits, Git diffs, terminal commands, and MCP tool calls. This change-aware context means the AI understands not just your code, but the evolution of your code. It sees that you refactored a function, then updated the tests, and suggests the third step automatically.
Change-Aware AI Coding
Features:
- Change tracking — AI sees every edit, diff, and command
- Git integration — understands your commit history and branch context
- Conversational coding — chat-driven code generation
- VS Code based — familiar interface and extension compatibility
- Multi-model — Claude, GPT, and other providers
- Open-source — community-driven
Setup
1. Create a Token
In Vinkius Cloud, go to your server → Connection Tokens → Create. Copy the URL.
2. Add MCP Server
In Melty → Settings → MCP → add your URL.
3. Change-Aware Context
AI uses MCP + change history for context-rich coding.
FAQ
What does "change-aware" mean? Melty tracks every edit you make. AI suggestions incorporate your recent changes, not just the current file state.
Is Melty a VS Code fork? Yes. Extensions and themes are compatible.
Can I use local models? Yes. Ollama and other local providers supported.
Is Melty free? Open-source and free.