tokencast for Cursor
io.github.krulewis/tokencast
Pre-execution cost estimation for LLM agent workflows with calibration learning
client:Cursor
transport:stdio
runtime:pypi
Install tokencast in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tokencast": {
"type": "stdio",
"command": "uvx",
"args": [
"tokencast"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs