Instant connected context for your AI agents.

Code, docs, configs, and how they relate — surfaced in one CLI query.

$ curl -fsSL https://get.indexraccoon.com/sh | bash

Let your agent set it up

Point your AI agent to the setup guide and it handles everything — install, configure, index, and generate agent instructions.

Humans are welcome to follow along, of course.

Get started in 3 steps

01

Install

One command. Works on macOS, Linux, and Windows.

02

Initialize

Run indexraccoon init in your project. First index takes a few minutes, then it's incremental.

03

Query

Ask in plain language. Get relevant code, docs, configs, and how they connect — not fragments.

See it in action

$ indexraccoon query "how does the auth system work"

  #1 (0.82) AuthService.login
     src/auth/auth-service.ts:45
     Handles user authentication flow

  #2 (0.71) TokenValidator.validate
     src/auth/token-validator.ts:23

$ indexraccoon trace "AuthService.login" --reverse

  AuthController.handleLogin  login
  StartupFlow.initialize  login

$ indexraccoon flow "AuthService.login" "JwtService.sign"

  AuthService.login
     TokenValidator.validate
       JwtService.sign

Works with any codebase — TypeScript, Python, C#, Go, and more.

Ask once. Get the code, the calls, the dependencies. Keep building.

IndexRaccoon is free to start. Install the CLI and run your first query in under a minute.