Token导航 LogoToken导航TokenDH.com
Registry CLI Snap logo
开发工具未说明官方级别未说明来源级核验

Registry CLI Snap

MCP Server

一个用于在不同GNU/Linux发行版上安装和更新mcp-publisher二进制文件的Snap包。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
命令行工具Shell开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

habedi

提供方

habedi

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

MCP注册表CLI的Snap包

![Publish](https://github.com/habedi/registry-cli-snap/actions/workflows/build_and_publish.yml) ![Snapcraft.io](https://snapcraft.io/mcp-publisher) ![License](https://github.com/habedi/registry-cli-snap/blob/main/LICENSE)

此存储库包含从最新版本构建Snap包的代码 发布 MCP注册表CLI.

它的设计使安装更容易 mcp-publisher Debian和Linux等不同GNU/Linux发行版上的二进制文件 Ubuntu,并保持其最新状态。

\[!注意\] 该软件包是为AMD64和ARM64架构构建的,以及 它包括 mcp-publisher 二进制文件,而不是MCP注册表服务器。

安装

# Install the Snap package from the Snap Store
sudo snap install mcp-publisher --stable

发展

# Install Snap, Snapcraft, and Multipass
sudo apt install snapd
sudo snap install snapcraft --classic
sudo snap install multipass --classic
# Clone this repository
git clone --depth=1 https://github.com/habedi/registry-cli-snap.git
# Build the package (choose one):
cd registry-cli-snap/

# 1) Remote build for AMD64 and ARM64 via Launchpad public builders (might take a while)
bash build.sh --remote-build

# 2) Local build using Multipass (only supports host architecture)
bash build.sh --local
# Install the package manually (optional)
sudo snap install --dangerous mcp-publisher_VER_ARCH.snap # Replace VER and ARCH with actual values

许可证

此项目根据MIT许可证获得许可(参见 许可证).

目录标签

目录标签

命令行工具Shell开发工具本地部署Snap包CLI工具Linux支持软件分发

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP