Search vs structural understanding

Traditional AI tools
Searches your code like text. Finds files that mention auth. Returns keyword matches. Misses structural relationships.
With Altab
Maps your code's structure. Shows the exact call chain: login()verify_token()check_session()database_query(). Knows what breaks when you change something.

How it works

1
We scan your code
Your entire codebase is parsed and analyzed, extracting every function, class, method, and import automatically.
2
We build a structural map
A deep relational map of your code: what calls what, what depends on what, what inherits from what.
3
We detect your patterns
AI-powered analysis identifies your conventions, architecture rules, and invariants that must never break.
4
Your AI gets the full picture
When your AI coding agent needs context, it gets structurally relevant code -- not just keyword matches.

9 tools. One MCP server.

Search, understand, and protect your codebase — all available to any AI coding tool through a single integration.

Built for production codebases

100K+ files
Handles large monorepos and enterprise codebases at scale
Seconds to index
Full codebase analysis completes fast, not minutes or hours
Always current
Live updates as you code -- your AI always has the latest picture
Zero config
Works out of the box. No setup files, no YAML, no tuning required

Get started in 30 seconds

Step 1
Sign up at altab.ai
Step 2
Copy the install command
Step 3
Start coding
claude mcp add altab --transport http https://api.altab.ai/mcp
codex mcp add altab --transport http --url https://api.altab.ai/mcp
// .cursor/mcp.json { "mcpServers": { "altab": { "url": "https://api.altab.ai/mcp" } } }

Start building with codebase intelligence.