Skip to content
Grok

masterytrace for Grok

io.github.rudrendupaul/masterytrace

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

client:Grok transport:stdio runtime:pypi

Install masterytrace in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

masterytrace in other clients