mcpwatch for VS Code
io.github.sreelal727/mcpwatch
Records MCP tool calls and itemises the token cost each server adds to your context.
client:VS Code
transport:stdio
runtime:npm
Install mcpwatch in VS Code
.vscode/mcp.json
{
"servers": {
"mcpwatch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sreelal727/mcpwatch"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs