pathintegral_xyz_getmcp

pathintegral_xyz_getmcp

by pathintegral-xyz
A command-line tool for searching, pulling, and managing open-source MCP servers.

MCP Server Management Tool: getmcp

A command-line interface tool that provides functionality for searching, pulling, and managing MCP servers.

Overview

getmcp is a Python-based CLI tool designed to simplify the process of finding and managing open-source MCP servers. It offers a fast and efficient way to search for server templates, pull them, and manage them with ease.

Installation

From PyPI:

pip install getmcp

From Source:

pip install -e .

Usage

After installation, you can use either the getmcp or mcpm command (they are identical):

Search for Servers

getmcp search github
# or
mcpm search github --type python nodejs --limit 5

Pull a Server

getmcp pull github
# or
mcpm pull github

Show Version Information

getmcp version
# or
mcpm version

Features

  • Search for MCP servers: Easily find server templates based on keywords.
  • Pull server templates: Download and set up server templates quickly.
  • Filter by server type: Narrow down search results by specifying server types (e.g., docker, python, nodejs).
  • Two command aliases: Use either getmcp or mcpm for convenience.

Development

Setup Development Environment

# Clone the repository
git clone https://github.com/pathintegral-xyz/getmcp.git
cd getmcp

# Install in development mode
pip install -e .

Building the Package

python -m build

Publishing to PyPI

python -m twine upload dist/*

Dependencies

  • Python 3.11+
  • requests library

License

MIT

About

getmcp is an open-source project aimed at providing an easy and fast way to find and manage MCP servers. It is maintained by pathintegral-xyz.

Resources

Activity

Report repository

Releases

No releases published.

Packages

No packages published.

Languages

  • Python 100.0%

Features & Capabilities

Categories
mcp_server model_context_protocol python cli search api_integration docker

Implementation Details

Stats

0 Views
0 Favorites
1 GitHub Stars

Repository Info

pathintegral-xyz Organization

Similar Servers

continuedev_continue by continuedev
0
0
0