Odel
TokenTrace

TokenTrace

Local
@abhiyoheswaran1TypeScriptMITUpdated 2mo ago

Local-first AI CLI usage analytics for agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtokentracev0.21.2

Run

npx -y tokentrace

MCP client config

{
  "mcpServers": {
    "tokentrace": {
      "command": "npx",
      "args": [
        "-y",
        "tokentrace"
      ]
    }
  }
}