OMCP Manager
@jinyalong
关于 OMCP Manager
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"omcp-jinyalong": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OMCP Manager?
OMCP Manager is a package manager for Model Context Protocol (MCP) servers. It provides a command-line interface to install, uninstall, list, and configure MCP server packages, supporting multiple runtimes (Node.js, Python) and client integrations (Claude, Cursor, etc.).
How to use OMCP Manager?
Install via pip (pip install omcp-manager) or from source. Use the omcp CLI to list available packages (omcp list), install (omcp install <package>), list installed (omcp installed), and uninstall (omcp uninstall <package>).
Key features of OMCP Manager
- 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.)
Use cases of OMCP Manager
- Quickly set up MCP servers for AI assistants
- Manage multiple MCP packages across different projects
- Update or remove MCP server dependencies via CLI
- Integrate with development workflows for MCP tooling
- Centralize MCP package management for team environments
FAQ from OMCP Manager
How do I install OMCP Manager?
Install from PyPI: pip install omcp-manager. Alternatively, clone the repository and install from source.
What runtimes does OMCP Manager support?
It supports Node.js and Python runtimes for MCP server packages.
Which clients can OMCP Manager integrate with?
It supports integration clients such as Claude and Cursor.
What security precautions should I take?
Verify package sources, run MCP tools in isolated environments, regularly update packages, monitor resources and network activity, and use strong access controls.
Is OMCP Manager open source?
Yes, it is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论