1. Conduid
  2. AI
  3. Megatool
MCP server · AI

Megatool

All the MCP servers a dev can handle: Very WIP. Here be dragons!

Unclaimed MIT last commit a year ago ai
49Fair

Scored 8 hours ago · breakdown

About Megatool

Megatool is an MCP server published by simoncollins in the AI category: all the MCP servers a dev can handle: Very WIP. Here be dragons!. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx megatool

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Megatool

Powered by Claude · Grounded in docs

I know everything about Megatool. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.0-alpha.6v1.0.0-alpha.6 · 7 Apr 2025Full Changelog**: https://github.com/simoncollins/megatool/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
v1.0.0-alpha.5v1.0.0-alpha.5 · 7 Apr 2025What's Changed feat: SSE support, minor fixes by @sammcj in https://github.com/simoncollins/megatool/pull/17 New Contributors @sammcj made their first contribution in https://github.com/simoncollins/megatool/pull/17 Full Changelog**:…
vv1.0.0-alpha.4vv1.0.0-alpha.4 · 27 Mar 2025Full Changelog**: https://github.com/simoncollins/megatool/compare/v1.0.0-alpha.3...vv1.0.0-alpha.4
v1.0.0-alpha.3v1.0.0-alpha.3 · 27 Mar 2025Full Changelog**: https://github.com/simoncollins/megatool/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2v1.0.0-alpha.2 · 26 Mar 2025Full Changelog**: https://github.com/simoncollins/megatool/commits/v1.0.0-alpha.2

README

MegaTool

MegaTool is a command-line tool that implements multiple Model Context Protocol (MCP) servers, providing various utilities through a unified interface.

CI Release

Overview

MegaTool provides access to multiple MCP servers through a simple command-line interface. Each server offers specific functionality:

  • Calculator: Perform arithmetic operations
  • GitHub: Access GitHub repository and user information
  • Package Version: Check latest versions of packages from various package managers

Quick Installation

# 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

See the detailed installation guide for prerequisites and alternative methods.

Basic Usage

# Run an MCP server in stdio mode (default)
megatool run <server-name>

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

# Configure an MCP server
megatool run <server-name> --configure

Available servers:

  • calculator - Simple calculator operations
  • github - GitHub repository and user information
  • package-version - Package version checker for multiple languages

Examples

# 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

Documentation

User Documentation

Contributor Documentation

License

This project is licensed under the MIT License - see the LICENSE file for details.

README mirrored from the source repository 8 hours ago. The original is authoritative.

Questions

About Megatool

How do I install Megatool?

Run npx megatool, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Megatool safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Megatool still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.