Skip to content
Cursor

masterytrace for Cursor

io.github.rudrendupaul/masterytrace

Wraps the MasteryTrace CLI as a single generic MCP tool for skill-mastery tracking.

client:Cursor transport:stdio runtime:pypi

Install masterytrace in Cursor

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

{
  "mcpServers": {
    "masterytrace": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "masterytrace-cli"
      ]
    }
  }
}

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

masterytrace in other clients