OMCP Manager is a package manager for Model Context Protocol (MCP) servers. It provides a simple command-line interface to manage MCP server packages, including installation, uninstallation, and configuration.
Important Security Notice: MCP tools may pose potential poisoning risks. Please be aware of the following security considerations:
- Always verify the source and integrity of MCP packages before installation
- Run MCP tools in isolated environments or containers
- Regularly update packages to the latest secure versions
- Monitor system resources and network activity
- Use strong authentication and access controls
- Keep your system and dependencies up to date
- List available MCP server packages
- Install and uninstall MCP server packages
- Manage package configurations
- Support for multiple runtimes (Node.js, Python)
- Client integration support (Claude, Cursor, etc.)
You can quickly install OMCP Manager from PyPI:
pip install omcp-managergit clone git@github.com:jinyalong/omcp.git cd omcp
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements-dev.txt
pip install -e .
### Usage
```bash
# List available packages
omcp list
# Install a package
omcp install modelcontextprotocol@filesystem
# List installed packages
omcp installed
# Uninstall a package
omcp uninstall modelcontextprotocol@filesystem
To contribute to the project:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
想要了解更多 MCP 服务器信息?请访问 MCP服务器 获取更多资讯。