Home Explorer Tools Calculator Install Architecture Playground Security

Your AI Agent's
Permanent Brain.

Parse every function. Trace every relationship. Remember every decision.
80-99% fewer tokens. Zero file re-reading. One command install.

$ npx ai-mind-map install
Works with: Claude Cursor Copilot Windsurf Antigravity Zed Codex Continue.dev
Codebase Intelligence

X-Ray any repo
in 30 seconds.

Paste a GitHub URL. Get ISO 25010 health grades, cyclomatic complexity heatmaps, Halstead difficulty metrics, CISQ compliance scores, technical debt estimates, and a security audit โ€” all client-side.

Public repos 18 languages ISO 25010 ยท CISQ ยท Halstead ยท OWASP
AI Assistant
Paste a repo URL and hit Analyze โ€” full ISO 25010 audit in seconds.
What you'll get:
Cyclomatic complexity + Halstead metrics per file
CISQ maintainability ยท reliability ยท security scores
SQALE tech debt rating + risk heatmap
ISO 25010 Halstead CISQ OWASP
Security Check

Find leaked secrets
before attackers do.

Paste a GitHub URL. We scan for 116 secret patterns โ€” AWS keys, Stripe tokens, JWTs, private keys โ€” plus dependency vulnerabilities via Google's OSV.dev. All client-side, nothing leaves your browser.

116 Secret Patterns CVE Detection 100% Client-Side
Scan a Repo โ†’
Sample Scan Results
AWS Secret Key critical
Stripe Live Secret critical
GitHub Token (ghp_) high
JWT Token Exposed medium
CVE-2024-4068 ยท braces high
Grade: F ยท 21 secrets ยท 7 vulnerabilities

The Codebase Has a Brain.
Explore the real ai-mind-map knowledge graph โ€” 120 nodes ยท 300 edges ยท live data

Every function, class, and relationship in the codebase โ€” indexed, connected, and interactive. Click any node to inspect it. Search any file. Filter by type. This is what AI Mind Map sees.

๐Ÿง  Codebase Explorer
โŒ•
120 nodes ยท 300 edges ยท none selected
Real ai-mind-map data ยท v1.21.2
Node types: class method function interface enum constructor property constant
calls imports inherits uses
The Problem

Your AI Agent is
Reading the Same Files Over and Over

Industry research shows ~42% of all tokens consumed by AI coding agents are pure waste — repeated file reads, re-discovering architecture that hasn't changed, re-debating decisions already made.

❌ Without AI Mind Map
readFile('src/auth.ts')5,000 tokens
readFile('src/auth.ts') // again5,000 tokens
readFile('src/auth.ts') // still…5,000 tokens
readFile('src/user.ts')4,200 tokens
readFile('src/db.ts')3,800 tokens
Total: 23,000 tokens. For ONE question.
✅ With AI Mind Map
mindmap_explain('authenticate')50 tokens
mindmap_trace_dependencies()100 tokens
mindmap_session_resume()40 tokens
mindmap_smart_search('auth')80 tokens
mindmap_recall('db pattern')30 tokens
Total: 300 tokens. 98.7% less.
0%

average token reduction

How It Works

Three Steps to
Infinite Memory

🗺️
STEP 01

Index

Tree-sitter parses every file into a knowledge graph. Functions, classes, imports, relationships — all stored in SQLite.

🔍
STEP 02

Query

50+ smart MCP tools give precise answers. Signatures in 50 tokens. Full traces in 200. Your agent stops reading, starts knowing.

🧠
STEP 03

Remember

Decisions, patterns, and context persist across every session. The AI that worked with you yesterday remembers everything.

Features

Everything Your Agent
Needs to Think Smarter

🗺️

Knowledge Graph

4,977 real nodes. 12,146 real edges. Your entire codebase as a living, queryable graph — every function, class, import, and relationship indexed by Tree-sitter across 30+ languages. Not a summary. The real thing.

KnowledgeGraph
├── ArchitectureAnalyzer → calls
├── PersistentMemory → uses
├── FlowAnalyzer → calls
└── SemanticSearch → uses
Explore Graph →
🧠

Persistent Memory

10 memory categories. Architecture decisions that survive session breaks. Context that compounds over time.

architecture · importance 0.9
“Use SQLite for local storage — no network dependency”
convention · importance 0.8
“All tools return { success, data, tokenCount }”
gotcha · importance 0.85
“stdout contamination breaks MCP stdio connection”

50+ Smart MCP Tools

One call replaces reading 10 files. Signatures, callers, callees, layers — all in 200 tokens.

Browse All Tools →
🔄

Change Tracking

Symbol-level diffs. Know which functions changed — not just which files. Git-aware, chokidar real-time.

🗜️

Smart Compression

50-98% compression. 9 content types. Build logs, stack traces, test output — intelligently reduced.

🧬

Self-Evolving

Teach it your patterns. It learns, persists per-project in SQLite, and applies them automatically.

📊

Progressive Loading

3-tier disclosure. Signatures first, full code on demand. Token budget managed automatically.

Real Numbers

The Metrics

0
Symbols Indexed
0
Relationships Mapped
0%
Token Reduction
0+
MCP Tools
Live · Real Data · Not a Demo

AI Mind Map
Knows Itself

The graph explorer on this site does not use fake demo data. It shows the real knowledge graph of the ai-mind-map codebase — 120 of its most connected functions and classes, with 300 real relationships, extracted live from its own SQLite database.

120 nodes shown
300 real edges
v1.21.2 codebase
Open Graph Explorer →

Ready to Give Your Agent
a Brain?

One command. Auto-detects your agent. No config files.

$ npx ai-mind-map install

⚡ Get Started ⭐ Star on GitHub