Stop using naive RAG.

Your AI forgets relationships between documents. Mindex gives it real memory.

Works with Claude, Cursor, Codex and any MCP-compatible tool.

See the difference.

$ mindex context "How does the production deploy process work?" --compare

Naive RAG

Vector similarity only: finds text, misses context

█████████░░░░░ci-cd-pipeline.md62%

Continuous Delivery Pipeline builds, tests, and promotes every merge...

████████░░░░░░kubernetes-deploy.md56%

Container orchestration platform operates all production workloads...

███████░░░░░░░monitoring-setup.md48%

3 documents found (flat list, no relationships)

Finds keywords but can't connect the dots between systems.

Mindex GraphRAG

Similarity + Knowledge Graph + Document Connections

Direct matches (semantic search)

█████████████ci-cd-pipeline.md92%
████████████░░kubernetes-deploy.md85%
███████████░░░monitoring-setup.md78%

Discovered via knowledge graph

╰─secrets-management.mdrelated
╰─incident-response.mdlinked

Document relationships

ci-cd-pipeline.md──relates──→kubernetes-deploy.md95%

CI pipeline triggers Kubernetes deploy via ArgoCD sync

kubernetes-deploy.md──links────→monitoring-setup.md88%

Deploy emits canary metrics consumed by monitoring stack

monitoring-setup.md──triggers──→incident-response.md

Alert thresholds trigger incident runbook and auto-rollback

5 chunks · 3 connections · 5 documents read

Finds HOW systems connect, not just similar words.

Ready in 5 commands.

From zero to AI-powered knowledge base in under a minute.

1
Install
$ curl -fsSL https://raw.githubusercontent.com/usemindex/cli/main/install.sh | sh
2
Login
$ mindex auth
3
Connect
$ mindex mcp install claude-code
4
Init
$ mindex init claude-code
5
Upload
$ mindex upload ./docs --recursive -n docs

Works with Claude Code, Cursor, Windsurf, Claude Desktop, and any MCP-compatible tool. Accepts .md, .txt, .pdf, .docx, .pptx, .xlsx, .html, .csv, .json, .xml files.

Your AI guesses instead of connecting the dots.

Your brain doesn't search by similarity. It connects ideas. Mindex works the same way: a memory layer that understands relationships, not just keywords.

Differentials

Works with Claude

Native support for Anthropic models.

Works with OpenAI

Compatible with GPT and the OpenAI API.

Pluggable via API

Simple REST API. MCP support included.

Ready in minutes

No infra to manage. Just plug and go.

Start building with real memory.