tokencast for VS Code
io.github.krulewis/tokencast
Pre-execution cost estimation for LLM agent workflows with calibration learning
client:VS Code
transport:stdio
runtime:pypi
Install tokencast in VS Code
.vscode/mcp.json
{
"servers": {
"tokencast": {
"type": "stdio",
"command": "uvx",
"args": [
"tokencast"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs