Servers
OMCP Manager
@jinyalong
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"omcp-jinyalong": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}