npx claudepluginhub kanpuriyanawab/autotuneAdd to your .mcp.json:
{
"mcpServers": {
"autotune": {
"command": ".venv/bin/python",
"args": [
"server.py"
],
"env": {
"CUDA_VISIBLE_DEVICES": "0"
}
}
}
}.venv/bin/pythonCUDA_VISIBLE_DEVICES=0