Helix Editor
Modal terminal editor with growing AI plugin support including MCP. Vim-friendly, Rust-based, fast.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-19
Helix is a well-maintained open-source modal editor with a solid community and active development. The core project is mature and transparent, with excellent documentation and a clear release process. MCP support arrives via the helix-ai plugin, which is notably younger and less battle-tested than the editor itself. The tools-only MCP capability is appropriately scoped, limiting blast radius compared to full-featured integrations. Supply chain is reasonable but not exceptional: distributed via GitHub releases and package managers, though the plugin ecosystem is less standardised than VS Code or Neovim. No known security incidents. The main risk is the immaturity of MCP integration rather than the editor itself. Permissions depend entirely on which MCP servers you connect, but the host itself only mediates tool calls, keeping exposure bounded.
Green flags
- Core editor is mature, actively maintained, 30k+ GitHub stars
- Rust-based with memory safety guarantees
- Tools-only MCP support limits attack surface vs full capabilities
- Open source with transparent development and issue tracking
- No known security incidents in project history
Red flags
- MCP support via helix-ai plugin is young and less proven than core editor
- Plugin ecosystem less mature than VS Code or Neovim equivalents
- MCP configuration requires manual TOML editing, no GUI validation
Permissions requested
MCP capabilities
- Tools
- Resources
- Prompts
- Sampling
Platforms
Config location
~/.config/helix/config.toml
Review
Best for modal editor devotees who want lightweight AI tooling without leaving the terminal. Skip it if you need full MCP features, inline completions, or a chat interface.
Good at
- Instant startup, Rust-fast performance even on large files
- Clean config.toml setup, no plugin hell
- Works beautifully over SSH or on low-spec hardware
- Modal editing with multi-cursor and tree-sitter built in
- Cross-platform with consistent behaviour
Watch out
- MCP support limited to tools only, no resources or prompts
- Helix-ai plugin is early and sparsely documented
- No GUI for server configuration, manual TOML editing required
- No sampling support, breaks some advanced servers
- Smaller ecosystem than Vim or Neovim