Odel
mcp registry poc

mcp registry poc

Local
@nithishrPythonUpdated 1mo ago

PoC alpha server - base install, subcommand selection from a shared PyPI package.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-multi-pocv0.1.0

Run

uvx mcp-multi-poc

MCP client config

{
  "mcpServers": {
    "mcp-registry-poc": {
      "command": "uvx",
      "args": [
        "mcp-multi-poc"
      ]
    }
  }
}