Skip to content
Zed

hex mcp for Zed

io.github.mrfentmen/hex-mcp

Keyless MCP server for Hex: Elixir and Erlang package versions, docs, downloads, releases.

client:Zed transport:stdio runtime:npm

Install hex mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "hex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hex-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

hex mcp in other clients