Zed Editor Integration (Deprecated / Invalidated)
View Source[!CAUTION] DEPRECATED & INVALIDATED: Zed Editor integration via
.zed/settings.jsonis deprecated and no longer supported as a primary workflow in Ragex v0.30.0+.Please use the native MCP Socket Server (
/tmp/ragex_mcp.sock), LunarVim/Neovim, or the CLI (mix ragex.serve) instead.
Historical Reference
The instructions below are preserved for historical reference only.
Ragex previously provided integration with the Zed editor through three mechanisms:
- MCP Context Server -- Ragex's tools were available in Zed's Agent Panel
- Task Runner -- Ragex mix tasks were accessible via
task: spawn - Keybindings -- Common operations bound to keyboard shortcuts
Deprecated Setup
Prerequisites
- Zed editor (
https://zed.dev/) - Elixir 1.19+ and Erlang/OTP 27+
- Ragex compiled (
mix deps.get && mix compile)
MCP Socket Server Alternative (Recommended)
Start the persistent socket server instead:
./start_server.sh
Or connect via standard Model Context Protocol over socket /tmp/ragex_mcp.sock.