Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "asdf": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-asdf"
      ]
    }
  }
}