Stats
Actions
Tags
From cman
Runs a local Python MCP server script via `uv run`. Purpose is not identifiable from the configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cman": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
npx claudepluginhub laiso/cman --plugin cman