Token导航 LogoToken导航TokenDH.com
MegaTool MCP logo
开发工具SSE官方级别未说明来源级核验

MegaTool MCP

MCP Server

MegaTool是一个实现多个模型上下文协议(MCP)服务器的命令行工具,通过统一接口提供多种实用功能,包括计算器、GitHub信息查询和包版本检查等。

工具数

3

提示词数

0

GitHub Stars

1

资源数

0
命令行工具Go开发工具

安装说明

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

作者 / 组织

simoncollins

提供方

simoncollins

最后核验

2026/5/17 20:23

快速接入

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

详细介绍

MegaTool

MegaTool是一个命令行工具,它实现了多个模型上下文协议(MCP)服务器,通过统一的界面提供各种实用程序。

![License: MIT](LICENSE) ![CI](https://github.com/simoncollins/megatool/actions/workflows/ci.yml) ![Release](https://github.com/simoncollins/megatool/actions/workflows/release.yml)

概述

MegaTool通过简单的命令行界面提供对多个MCP服务器的访问。每台服务器都提供特定的功能:

  • 计算器:执行算术运算
  • GitHub:访问GitHub存储库和用户信息
  • 软件包版本:从各种包管理器中检查包的最新版本

快速安装

# From GitHub Releases (recommended)
# Download from https://github.com/simoncollins/megatool/releases
# Example for Linux:
tar -xzf megatool-v1.0.0-linux-amd64.tar.gz -C /usr/local/bin

# Using Go
go install github.com/simoncollins/megatool@latest

# From source
git clone https://github.com/simoncollins/megatool.git
cd megatool
just install

请参阅 详细安装指南 先决条件和替代方法。

基本用法

# Run an MCP server in stdio mode (default)
megatool run 

# Run an MCP server in SSE mode
megatool run  --sse --port 8080

# Configure an MCP server
megatool run  --configure

可用服务器:

  • calculator -简单的计算器操作
  • github -GitHub存储库和用户信息
  • package-version -多语言包版本检查器

例子

# Run the calculator server
megatool run calculator

# Configure the GitHub server (required before first use)
megatool run github --configure

# Run the package version server
megatool run package-version

# Run the calculator server in SSE mode on port 3000
megatool run calculator --sse --port 3000

文档

用户文档

贡献者文档

许可证

此项目根据MIT许可证获得许可-请参阅 许可证 文件以获取详细信息。

目录标签

目录标签

命令行工具Go开发工具本地部署MCP服务器多功能工具开发辅助

接入字段

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

SSE

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

none

工具数量(toolCount,工具数)

3

资源数量(resourceCount,资源数)

0

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

0

权限和风险

SSEnone部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP