AIndex
Download free
Choose your agent

Cursor

Index your repo locally, connect your agent, and run your first proof in 30 minutes. No source ever leaves your machine.

Setup

1 · Install

$ curl -fsSL aindex.floriansola.fr/install.sh | sh
Config

.cursor/mcp.json

{
  "mcpServers": {
    "ai-indexer": {
      "command": "ai-indexer-mcp",
      "args": ["serve", "--repo", "/path/to/your/repo"]
    }
  }
}
Steps

Connect the agent you already use.

  1. Install AIndex with the install script.
  2. Create .cursor/mcp.json in your project with the config above.
  3. Open Cursor → Settings → MCP and confirm ai-indexer is listed.
  4. Index the repo: aindex setup --repo /path/to/your/repo.
  5. Use the agent in Composer; it reads budgeted context packs.
30 minutes to your first proof

3 · Prove it in 30 minutes

Run the proof command and read the measured token reduction.