From cman
Runs locally as a stdio subprocess via 'uv run' executing server.py Python script. Capabilities and purpose unclear from key, command, or config.
npx claudepluginhub laiso/cman --plugin cmanAdd to your .mcp.json:
{
"mcpServers": {
"cman": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv