Back to browse
GitHub Repository

Structural, byte-precise, token-cheap codebase access for coding agents — tree-sitter over a CLI and an MCP server.

0 starsRust

Grove – fast source insights for coding agents – via Tree-sitter

by bonigv·Jun 23, 2026·4 points·0 comments

AI Analysis

●●SolidBig BrainWizardry

WASM grammar loading without recompilation beats static tree-sitter bindings.

Strengths
  • Runtime WASM grammar registry adds languages without rebuilding the binary
  • Stable symbol IDs let agents reference exact bytes across conversation turns
  • Single Rust binary serves both human CLI and MCP server with identical output
Weaknesses
  • Chat-with-codebase category is crowded with Cursor, Continue, Sourcegraph Cody
  • Syntactic-only parsing means no type inference or semantic go-to-def
Target Audience

Developers building AI coding agents, teams using MCP-enabled tools

Similar To

Cursor · Continue · Sourcegraph Cody

Similar Projects

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
104mo ago