Stats
Actions
Tags
From clio-parallel-sort
Local stdio server running 'uvx clio-kit parallel-sort' to provide parallel sorting capabilities using the Clio kit tool.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"clio-parallel-sort": {
"command": "uvx",
"args": [
"clio-kit",
"parallel-sort"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub iowarp/clio-kit --plugin clio-parallel-sort