# asdf-vm/asdf | Model Context Protocol (MCP) Server > Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more - **Stars**: ⭐ 25,519 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "asdf": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-asdf" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "asdf": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-asdf" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-asdf` - **Docker**: `docker run -i --rm mcp/asdf`