RepoQL

Give your agents extra senses

The whole codebase in peripheral vision.

Install RepoQL View on GitHub

Your agent relearns your codebase every session — thirty greps, whole files read for one method, half the context spent before the real work starts.

It's not a model problem. It's a senses problem.

What it is

Everything you own, addressable and searchable

RepoQL is a small host that indexes everything you point it at — repos, folders, buckets, live telemetry — into one living graph. Every agent you run shares it: any file, symbol, or line reachable by address, all of it searchable by meaning.

everything you own every agent you run git repos github:// folders file:// s3 buckets s3:// telemetry otel rql host one index · one address grammar claude code codex cursor claude.ai ci your tools

See it work

Here's what that looks like

What your agent sees

One grammar for files, symbols, and line ranges — every file pre-computed at three depths, 27 formats parsed to structure. Ask once, get the shape back at exactly the budget you set.

Watch one address replace thirty greps
// one call — every filesystem implementation's signatures read("file:///src/**/*.cs#symbol=*FileSystem => structure", 3000) // the index answers in 0.3s, exactly 3,000 tokens PhysicalFileSystem : IFileSystem +Task<Stream> OpenRead(RepoUri uri) +IAsyncEnumerable<FileEntry> Enumerate(GlobSpec spec) GitTreeFileSystem : IFileSystem +Task<Stream> OpenRead(RepoUri uri) · 14 more

Where it runs

One long-lived host that every agent shares — beside your IDE, on your infrastructure, or inside the pipeline. Every way in — MCP, CLI, gRPC, SQL — reads the same index.

See the three shapes
rql host beside your ide on your infrastructure in the pipeline mcp · cli uplink · your idp sarif · checks
pays for itself
30–50%
less token spend per session — and the smarter the model, the bigger the saving
scale
Everything
500k files in one index — Chromium, or 100+ small repositories
data retention
None
of your code on our servers
onramp
5min
from curl to first answer

One index, many jobs

What if all your knowledge was in easy reach of your agent?

Point one host at everything you own — every repo, folder, and bucket — and the same index becomes a different instrument in every pair of hands. What it's for isn't a fact about the index; it's a fact about who came to ask.

developers

Your agent, already oriented

It knows the code outside your silo, follows the rules you've written into the repo's memory, and answers in one call instead of thirty.

→ survey a thousand files for ~1,500 tokens
Install in five minutes
security

Audit the whole estate

Import everything you own — git, folders, S3 — and ask where the new CVE lives. One query, every repo, line numbers included.

→ SARIF findings join the same graph as the code
Run an estate audit
product

Cost your ideas first

Ask what-if questions against the actual codebase — blast radius, precedent, effort — before the engineering meeting, from claude.ai over the uplink.

→ cited answers from source you never had to read
Sign in
assistants

A memory that actually works

OpenClaw and friends get SQL over your spreadsheets and exports, and concepts — knowledge that survives the session.

→ 27 formats, one query surface, nine harnesses auto-detected
Wire your assistant
enterprise

Pays for itself, then some

Cut ~30% from a $250-a-month-per-dev agent bill for $12 a seat — better answers included. SSO through your IdP, self-serve seats, the index on your infrastructure.

→ we never hold your code; there is nothing of yours here to leak
Run it in your VPC
on-call

Find what broke, and what it means

Map live telemetry back to the code it came from — every service, every repo, git history searchable across all of them at once. Understand the blast radius of any problem at 2 AM, find the cause, and fix it with confidence.

→ live OTEL telemetry, joined to code and git across every repo
Watch a live process

Pricing

Priced like a tool, not a platform

Free forever on your machine. Pro adds the cloud senses — and against the 30–50% it cuts from a typical agent bill, the seat pays for itself in days.

Free
$0
  • Free forever
  • One import at a time
  • Nothing leaves your machine
Install free
Pro
$12/mo
  • SOTA embeddings
  • More accurate results
  • Hand off retrieval to cheap, reliable agents
  • No data retained on our servers
Go Pro

Get started

Indexed before your coffee cools

One binary. It asks before touching anything, wires the agents you already use, and leaves a single command behind. No waitlist, no demo call — the demo is the binary.

$ curl -fsSL https://downloads.repoql.ai/latest/install-rql.sh | bash
5.7 KB · no sudo · installs to ~/.local/bin · asks before wiring your agents · read it first
$ brew install repoql/tap/rql
macOS & Linux · updates via brew upgrade rql · run rql install to wire your agents · view the tap
> irm https://downloads.repoql.ai/latest/install-rql.ps1 | iex
4.3 KB · no admin · installs to %LOCALAPPDATA%\rql · asks before wiring your agents · read it first