Back to browse
GitHub Repository

A super light-weight embedded code search engine CLI (AST based) that just works - saves 70% token and improves speed for coding agent 🌟 Star if you like it!

1,791 starsPython

CocoIndex-Code open source embedded AST-based code MCP

by georgehe9Β·Mar 10, 2026Β·2 pointsΒ·1 comment

AI Analysis

●●SolidSolve My ProblemNiche Gem

AST-based code indexing saves tokens but Cursor and Continue already do this.

Strengths
  • β€’AST parsing means structured code understanding, not just vector embeddings
  • β€’Claims 70% token reduction through smarter context selection
  • β€’Works with any MCP-compatible agent, no vendor lock-in
Weaknesses
  • β€’Code-understanding for AI agents is a crowded category with many options
  • β€’Token savings claims need independent verification against baselines
Category
Target Audience

Developers using AI coding agents (Cursor, Claude, etc.)

Similar To

Cursor Β· Continue Β· Sourcegraph Cody

Post Description

Hi HN friends, George here. I've been working on an embedded AST based code mcp that is super light weight and just works. I published my test on the repo, it has great effect on achieving and speeding up coding tasks and saves tokens.

Works with Claude, Codex, OpenCode and any coding agents, I'd love to learn from your feedback!

Similar Projects

Developer Tools●●Solid

Gortex – MCP server for cross-repo code intelligence

49 MCP tools and 94% token reduction, but 'chat with codebase' is a crowded category.

Big BrainNiche Gem
zzet
301mo ago
Developer Tools●●●Banger

Srclight – Deep code indexing MCP server (FTS5 and Tree-sitter)

Tree-sitter + FTS5 + MCP = tokens saved for AI agents to actually code, not search.

WizardryBig BrainZero to One
srclight
103mo ago