Skip to content
Cursor

TrainTools for Cursor

io.github.aparajeets/traintools

Recommend paper-backed diagnostics for PyTorch and Hugging Face training problems.

client:Cursor transport:stdio runtime:pypi

Install TrainTools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "traintools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "traintools"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TrainTools in other clients