getmcp
by pathintegral-xyz
getmcp is a command-line tool for searching, pulling, and managing MCP servers. It provides functionalities to simplify server management tasks.
View on GitHub
Last updated: N/A
getmcp - MCP Server Management Tool
A command-line interface tool that provides functionality for searching, pulling, and managing MCP servers.
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
- Pull server templates
- Filter by server type (docker, python, nodejs)
- Two command aliases:
getmcp
andmcpm
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