Distil for Cursor
io.github.dshakes/distil
Reversibly compress tool outputs to recoverable handles; expand to exact original bytes on demand.
client:Cursor
transport:stdio
runtime:pypi
Install Distil in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"distil": {
"type": "stdio",
"command": "uvx",
"args": [
"distil-llm"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs