Skip to content
VS Code

masterytrace for VS Code

io.github.rudrendupaul/masterytrace

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

client:VS Code transport:stdio runtime:pypi

Install masterytrace in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

masterytrace in other clients