fittok for Cursor
io.github.likhithreddy/fittok
Retrieve only the relevant code for a codebase question, within a token budget.
client:Cursor
transport:stdio
runtime:pypi
Install fittok in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fittok": {
"type": "stdio",
"command": "uvx",
"args": [
"fittok"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs