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).
Run
uvx mcp-multi-poc
MCP client config
{
"mcpServers": {
"mcp-registry-poc": {
"command": "uvx",
"args": [
"mcp-multi-poc"
]
}
}
}