Structural, byte-precise, token-cheap codebase access for coding agents — tree-sitter over a CLI and an MCP server.
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"
]
}
}
}
Run in terminal:
claude mcp add grove cargo run -- grove
Add to .cursor/mcp.json:
{
"mcpServers": {
"grove": {
"command": "cargo",
"args": [
"run",
"--",
"grove"
]
}
}
}