token pilot for VS Code
io.github.digital-threads/token-pilot
Save up to 80% tokens when AI reads code via AST-aware structural reading
client:VS Code
transport:stdio
runtime:npm
Install token pilot in VS Code
.vscode/mcp.json
{
"servers": {
"token-pilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"token-pilot"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs