Cover image
Try Now
2025-03-21

用于管理MCP(模型上下文协议)服务器的ASDF插件

3 years

Works with Finder

1

Github Watches

1

Github Forks

2

Github Stars

asdf-mcp-plugin

Model Context Protocol (MCP) plugin for the asdf version manager.

Contents

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 <server-name> <version>

# Set a specific MCP server as active
asdf mcp use <server-name> <version>

# Start an MCP server
asdf mcp start <server-name>

# 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

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • Khalid kalib
  • Write professional emails

  • INFOLAB OPERATIONS 2
  • A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • zhaoyunxing92
  • MCP(消息连接器协议)服务

  • HiveNexus
  • 一个适用于中小型团队的AI聊天机器人,支持DeepSeek,Open AI,Claude和Gemini等车型。 专为中小团队设计的ai聊天应用,支持deepSeek,打开ai,claude,双子座等模型。

    Reviews

    3 (1)
    Avatar
    user_7tQbyIUt
    2025-04-18

    As an ardent user of the asdf-mcp-plugin, I must say this tool has greatly streamlined my workflow. Hongsw has done an impressive job with its development. Its integration and ease of use are superb, making it indispensable for any developer working within the MCP framework. Highly recommended! Check it out at https://github.com/hongsw/asdf-mcp-plugin.