tokentrust for Cursor
io.github.rudrendupaul/tokentrust
Verifies token/cost savings claimed by AI context-reduction proxies via MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install tokentrust in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tokentrust": {
"type": "stdio",
"command": "uvx",
"args": [
"tokentrust-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs