Skip to content
VS Code

hex mcp for VS Code

io.github.mrfentmen/hex-mcp

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

client:VS Code transport:stdio runtime:npm

Install hex mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "hex-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hex-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hex mcp in other clients