Agent Booster for Cursor
io.github.sseshachala/agent-booster
Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.
client:Cursor
transport:stdio
runtime:pypi
Install Agent Booster in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-booster": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-booster"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs