drio
Open app

asdf-mcp-plugin

Source

ASDF plugin for managing MCP (Model Context Protocol) servers

Catalog onlyCatalog onlySTDIO

Overview

The asdf-mcp-plugin is a plugin for the asdf version manager that facilitates the management of Model Context Protocol (MCP) servers, allowing users to easily install, switch between, and manage different versions of MCP-compatible servers.

To use the asdf-mcp-plugin, first install it using the command asdf plugin add mcp https://github.com/hongsw/asdf-mcp-plugin.git. After installation, you can list available MCP servers, install specific versions, and manage them using various commands provided by the plugin.

  • Simplifies installation and management of MCP-compatible servers. - Provides a uniform interface for version management. - Supports multiple MCP server types including claude-server, mcp-core, and local-llm.
  1. Managing different versions of MCP servers for development and testing.
  2. Simplifying the setup of local language models with MCP compatibility.
  3. Facilitating the use of various MCP server implementations in projects.

Add to your AI client

Use these steps to connect asdf-mcp-plugin in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "asdf-mcp-plugin-hongsw": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-asdf-mcp-plugin-hongsw"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

What is the purpose of the asdf-mcp-plugin?

The plugin simplifies the management of MCP servers, making it easier to install and switch between different versions.

How do I install the plugin?

You can install it using the command `asdf plugin add mcp https://github.com/hongsw/asdf-mcp-plugin.git`.

What MCP servers are supported?

The plugin currently supports `claude-server`, `mcp-core`, `local-llm`, and `custom-mcp`.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3698,"uuid":"994646db-658d-46ef-846c-a5251e9d1db4","name":"asdf-mcp-plugin","title":"asdf-mcp-plugin","description":"ASDF plugin for managing MCP (Model Context Protocol) servers","avatar_url":"https://avatars.githubusercontent.com/u/1100974?v=4","created_at":"2025-03-21T04:38:59.032Z","updated_at":"2025-03-21T04:51:54.202Z","status":"created","author_name":"hongsw","author_avatar_url":"https://avatars.githubusercontent.com/u/1100974?v=4","tags":"asdf,mcp,plugin,version-manager","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/hongsw/asdf-mcp-plugin","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"MIT license\",\"language\":\"Shell\",\"is_official\":false,\"latest_commit_time\":\"2025-03-21 13:04:24\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

asdf-mcp-plugin — MCP Registry