Назад к каталогу
mcpm.sh

mcpm.sh

Сообщество

от pathintegral-institute

0.0
0 отзывов

CLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced Router & Profile features.

Установка

brew install mcpm

Описание

![Homebrew Formula Version](https://img.shields.io/homebrew/v/mcpm?style=flat-square&color=green) ![PyPI - Version](https://img.shields.io/pypi/v/mcpm?style=flat-square&color=green) ![GitHub Release](https://img.shields.io/github/v/release/pathintegral-institute/mcpm.sh?style=flat-square&color=green) ![GitHub License](https://img.shields.io/github/license/pathintegral-institute/mcpm.sh?style=flat-square&color=orange) ![GitHub contributors](https://img.shields.io/github/contributors/pathintegral-institute/mcpm.sh?style=flat-square&color=blue) ![PyPI - Downloads](https://img.shields.io/pypi/dm/mcpm?style=flat-square&color=yellow) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/pathintegral-institute/mcpm.sh?style=flat-square&color=red) English | [简体中文](README.zh-CN.md) ![mcpm.sh](https://socialify.git.ci/pathintegral-institute/mcpm.sh/image?custom_description=One+CLI+tool+for+all+your+local+MCP+Needs.+Search%2C+add%2C+configure+MCP+servers.+Router%2C+profile%2C+remote+sharing%2C+access+monitoring+etc.&description=1&font=Inter&forks=1&issues=1&name=1&pattern=Floating+Cogs&pulls=1&stargazers=1&theme=Auto) ``` Open Source. Forever Free. Built with ❤️ by Path Integral Institute ``` # 🌟 MCPM - Model Context Protocol Manager MCPM is an open source CLI tool for managing MCP servers. It provides a simplified global configuration approach where you install servers once and organize them with profiles, then integrate them into any MCP client. Features include server discovery through a central registry, direct execution, sharing capabilities, and client integration tools. Demo is showing outdated v1 commands, new demo is baking ... ![Demo of MCPM in action](.github/readme/demo.gif) ## 🤝 Community Contributions > 💡 **Grow the MCP ecosystem!** We welcome contributions to our [MCP Registry](mcp-registry/README.md). Add your own servers, improve documentation, or suggest features. Open source thrives with community participation! ## 🚀 Quick Installation ### Recommended: ```bash curl -sSL https://mcpm.sh/install | bash ``` Or choose [other installation methods](#-other-installation-methods) like `brew`, `pipx`, `uv` etc. ## 🔎 Overview MCPM v2.0 provides a simplified approach to managing MCP servers with a global configuration model. Key features include: - ✨ **Global Server Management**: Install servers once, use everywhere - 📋 **Virtual Profiles**: Organize servers with tags for different workflows - 🔍 **Server Discovery**: Browse and install from the MCP Registry - 🚀 **Direct Execution**: Run servers over stdio or HTTP for testing - 🌐 **Public Sharing**: Share servers through secure tunnels - 🎛️ **Client Integration**: Manage configurations for Claude Desktop, Cursor, Windsurf, and more - 🤖 **AI Agent Friendly**: Non-interactive CLI with comprehensive automation support and [llm.txt](llm.txt) guide - 💻 **Beautiful CLI**: Rich formatting and interactive interfaces - 📊 **Usage Analytics**: Monitor server usage and performance MCPM v2.0 eliminates the complexity of v1's target-based system in favor of a clean global workspace model. ## 🖥️ Supported MCP Clients MCPM will support managing MCP servers for the following clients: - 🤖 Claude Desktop (Anthropic) - ⌨️ Cursor - 🏄 Windsurf - 🧩 Vscode - 📝 Cline - ➡️ Continue - 🦢 Goose - 🔥 5ire - 🦘 Roo Code - ✨ More clients coming soon... ## 🔥 Command Line Interface (CLI) MCPM provides a comprehensive CLI with a clean, organized interface. The v2.0 architecture uses a global configuration model where servers are installed once and can be organized with profiles, then integrated into specific MCP clients as needed. ### ℹ️ General ```bash mcpm --help # Display help information and available commands mcpm --version # Display the current version of MCPM ``` ### 🌐 Server Management Global server installation and management commands: ```bash # 🔍 Search and Install mcpm search [QUERY] # Search the MCP Registry for available servers mcpm info SERVER_NAME # Display detailed information about a server mcpm install SERVER_NAME # Install a server from registry to global configuration mcpm uninstall SERVER_NAME # Remove a server from global configuration # 📋 List and Inspect mcpm ls # List all installed servers and their profile assignments mcpm edit SERVER_NAME # Edit a server configuration mcpm inspect SERVER_NAME # Launch MCP Inspector to test/debug a server ``` ### 🚀 Server Execution Execute servers directly for testing or integration: ```bash mcpm run SERVER_NAME # Execute a server directly over stdio mcpm run SERVER_NAME --http # Execute a server over HTTP for testing mcpm share SERVER_NAME # Share a server through secure tunnel for remote access mcpm usage # Display comprehensive analytics and usage data ``` ### 📂 Profile Management Profiles are virtual tags that organize servers into logical gr

Отзывы (0)

Пока нет отзывов. Будьте первым!