# Asdf Mcp Plugin

> ASDF plugin for managing MCP (Model Context Protocol) servers

- **Type:** MCP server
- **Install:** `agentstack add mcp-hongsw-asdf-mcp-plugin`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hongsw](https://agentstack.voostack.com/s/hongsw)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [hongsw](https://github.com/hongsw)
- **Source:** https://github.com/hongsw/asdf-mcp-plugin

## Install

```sh
agentstack add mcp-hongsw-asdf-mcp-plugin
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# asdf-mcp-plugin

[Model Context Protocol (MCP)](https://github.com/username/mcp) plugin for the [asdf version manager](https://asdf-vm.com).

## 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:

```shell
asdf plugin add mcp https://github.com/hongsw/asdf-mcp-plugin.git
```

mcp servers:

```shell
# 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](https://github.com/asdf-vm/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

```shell
# 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 server
- `mcp-core`: Reference implementation of the MCP protocol
- `local-llm`: For running local language models with MCP compatibility
- `custom-mcp`: For custom MCP server implementations

## Contributing

Contributions of any kind welcome!

## License

MIT © [hongsw](https://github.com/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](https://github.com/hongsw)
- **Source:** [hongsw/asdf-mcp-plugin](https://github.com/hongsw/asdf-mcp-plugin)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-hongsw-asdf-mcp-plugin
- Seller: https://agentstack.voostack.com/s/hongsw
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
