Code intelligence for AI agents
39 MCP tools that give Claude Code, Cursor, and Codex deep understanding of your codebase — with 33% fewer tokens than grep.
$ npm install -g codesift-mcp AI agents are flying blind
Your coding agent doesn't understand your codebase structure. It uses grep to search —
missing semantic meaning. It reads whole files — wasting context tokens.
It can't trace call chains, find dead code, or understand module boundaries.
CodeSift changes that.
What you get
39 tools, one MCP server
Intelligent Search
requires setupBM25F ranking with centrality bonus. Semantic search with embeddings. Token-budget-aware results.
Code Graph
Call chains, impact analysis, HTTP route tracing. Understand how your code connects.
LSP Bridge
requires setupGo-to-definition, type info, cross-file rename. Language server precision without the setup.
Analysis Suite
Dead code, complexity ranking, clone detection, hotspots, 9 built-in anti-patterns.
Cross-Repo Search
Search symbols and text across all indexed repos. One query, all your projects.
Context Levels
L0 full source to L3 directory overview. Control token density per query.
Benchmarked
Numbers, not promises
Get started
Three steps. Thirty seconds.
Install
$ npm install -g codesift-mcp Add to your MCP config
{
"mcpServers": {
"codesift": {
"command": "codesift",
"args": ["--stdio"]
}
}
} Ask your AI agent anything
// Ask your AI agent:
"Search for authentication logic in the codebase"
// CodeSift returns ranked results:
// ✓ src/auth/guard.ts — AuthGuard (BM25: 0.92)
// ✓ src/middleware/session.ts — validateSession (BM25: 0.87)
// ✓ src/utils/jwt.ts — verifyToken (BM25: 0.81)
// Total: 1,291 tokens (vs 2,985 with grep) Compare
CodeSift vs traditional tools
| Capability | CodeSift | grep / Read |
|---|---|---|
| Semantic search | ||
| AST-aware parsing | ||
| Token-budget control | ||
| Call chain tracing | ||
| Cross-repo search | ||
| LSP integration | ||
| Dead code detection | ||
| Clone detection | ||
| Complexity ranking |
Pricing
Free to start. Pro when you're ready.
Free
Free for personal use
- 35 core MCP tools
- 3 repos indexed
- BM25F search with centrality bonus
- File outlines and symbol retrieval
- Call chain tracing
- Impact analysis
npm install -g codesift-mcp Pro
For professional developers
- Everything in Free
- Unlimited repos
- Semantic search (embeddings)
- Full analysis suite (dead code, clones, hotspots)
- LSP bridge (go-to-def, rename, type info)
- All Zuvo audit skills
- Cross-repo search
- Priority support