asdf-mcp-plugin
by hongsw
The asdf-mcp-plugin is a plugin for the asdf version manager that simplifies the installation and management of Model Context Protocol (MCP) compatible servers. It provides a uniform interface for managing different versions of MCP servers.
Last updated: N/A
What is asdf-mcp-plugin?
The asdf-mcp-plugin is an asdf plugin designed to manage Model Context Protocol (MCP) servers. It allows users to easily install, switch between, and manage different versions of MCP-compatible servers using the asdf version manager.
How to use asdf-mcp-plugin?
First, install the plugin using asdf plugin add mcp https://github.com/hongsw/asdf-mcp-plugin.git
. Then, use asdf list-all mcp
to see available versions, asdf install mcp <version>
to install a specific version, and asdf global mcp <version>
to set a global version. MCP server specific commands can then be executed.
Key features of asdf-mcp-plugin
Simplified MCP server management
Uniform interface for different MCP servers
Easy installation and version switching
Integration with asdf version manager
Use cases of asdf-mcp-plugin
Managing different versions of Claude API compatible servers
Running and managing the reference implementation of the MCP protocol
Managing local language models with MCP compatibility
Managing custom MCP server implementations
FAQ from asdf-mcp-plugin
What is MCP?
What is MCP?
MCP stands for Model Context Protocol.
What is asdf?
What is asdf?
asdf is a version manager for multiple languages and tools.
How do I list available MCP server versions?
How do I list available MCP server versions?
Use the command asdf list-all mcp
.
How do I install a specific MCP server version?
How do I install a specific MCP server version?
Use the command asdf install mcp <version>
.
What MCP servers are currently supported?
What MCP servers are currently supported?
The plugin currently supports claude-server, mcp-core, local-llm, and custom-mcp.