Skip to content
Cursor

hex mcp for Cursor

io.github.mrfentmen/hex-mcp

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

client:Cursor transport:stdio runtime:npm

Install hex mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hex mcp in other clients