Skip to content
Cursor

densely for Cursor

io.github.alibaizhanov/densely

Lossless context compression: 2-8x fewer tokens, byte-exact recovery, search inside payloads

client:Cursor transport:stdio runtime:pypi

Install densely in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "densely": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "densely"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

densely in other clients