Skip to content
Zed

masterytrace for Zed

io.github.rudrendupaul/masterytrace

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

client:Zed transport:stdio runtime:pypi

Install masterytrace in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "masterytrace": {
      "command": "uvx",
      "args": [
        "masterytrace-cli"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

masterytrace in other clients