MCP.so
Sign In

OMCP Manager

@jinyalong

About 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.

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

jinyalong

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "omcp-jinyalong": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers