grove

Entelligentsia/grove
★ 11 stars Rust Code/Dev Tools Updated 14d ago ⚠ Review
Structural, byte-precise, token-cheap codebase access for coding agents — tree-sitter over a CLI and an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "grove": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "grove"
      ]
    }
  }
}