Skip to content
VS Code

Hex.pm MCP for VS Code

io.github.joshrotenberg/hexpm-mcp

MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages

client:VS Code transport:streamable-http tools:24

Install Hex.pm MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "hexpm-mcp": {
      "type": "http",
      "url": "https://hexpm-mcp.fly.dev/mcp"
    }
  }
}

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

What VS Code can do once it is connected

Hex.pm MCP in other clients