Claude Code
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 | shConfig
.mcp.json
{
"mcpServers": {
"ai-indexer": {
"command": "ai-indexer-mcp",
"args": ["serve", "--repo", "/path/to/your/repo"]
}
}
}Steps
Connect the agent you already use.
- Install AIndex: curl -fsSL https://aindex.floriansola.fr/install.sh | sh
- Add the .mcp.json file above at the root of your repository.
- Restart Claude Code; it discovers the ai-indexer MCP server automatically.
- Run aindex setup --repo /path/to/your/repo to index the project.
- Ask Claude Code a task — it will call context() before reading files.
30 minutes to your first proof
3 · Prove it in 30 minutes
Run the proof command and read the measured token reduction.