TokenTrace for VS Code
io.github.abhiyoheswaran1/tokentrace
Local-first AI CLI usage analytics for agents.
client:VS Code
transport:stdio
runtime:npm
Install TokenTrace in VS Code
.vscode/mcp.json
{
"servers": {
"tokentrace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokentrace"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs