Skip to content
VS Code

Tokenscope for VS Code

io.github.wartzar-bee/tokenscope

Analyze Claude Code session cost & context attribution: output, cached re-reads, cache writes.

client:VS Code transport:stdio runtime:npm

Install Tokenscope in VS Code

.vscode/mcp.json

{
  "servers": {
    "tokenscope": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wartzar-bee/tokenscope-mcp"
      ]
    }
  }
}

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

Tokenscope in other clients