Install
$ agentstack add mcp-hongsw-asdf-mcp-plugin ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
asdf-mcp-plugin
Model Context Protocol (MCP) plugin for the asdf version manager.
Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Usage](#usage)
- [Supported MCP Servers](#supported-mcp-servers)
- [Contributing](#contributing)
- [License](#license)
Dependencies
bash,curl,tar,jq: generic POSIX utilities.
Install
Plugin:
asdf plugin add mcp https://github.com/hongsw/asdf-mcp-plugin.git
mcp servers:
# Show all installable versions
asdf list-all mcp
# Install specific version
asdf install mcp latest
# Set a version globally (on your ~/.tool-versions file)
asdf global mcp latest
# Now mcp commands are available
mcp --version
Check asdf readme for more instructions on how to install & manage versions.
Why?
The MCP (Model Context Protocol) plugin for asdf simplifies the installation and management of various MCP-compatible servers. It provides a uniform interface for installing, switching between, and managing different versions of MCP servers, eliminating the complexity of manual installation processes for each server type.
Usage
# List all available MCP server types
asdf mcp list-servers
# Install a specific MCP server
asdf mcp install
# Set a specific MCP server as active
asdf mcp use
# Start an MCP server
asdf mcp start
# Check status of running MCP servers
asdf mcp status
Supported MCP Servers
This plugin currently supports the following MCP-compatible servers:
claude-server: Anthropic's Claude API compatible servermcp-core: Reference implementation of the MCP protocollocal-llm: For running local language models with MCP compatibilitycustom-mcp: For custom MCP server implementations
Contributing
Contributions of any kind welcome!
License
MIT © hongsw
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hongsw
- Source: hongsw/asdf-mcp-plugin
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.