Skip to content
Cursor

redcon for Cursor

io.github.natiixnt/redcon

Deterministic context packing for AI coding agents; measured 83% fewer input tokens, local.

client:Cursor transport:stdio runtime:pypi

Install redcon in Cursor

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

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

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

redcon in other clients