| Crates.io | arbor-graph-cli |
| lib.rs | arbor-graph-cli |
| version | 1.0.2 |
| created_at | 2026-01-07 09:47:40.434608+00 |
| updated_at | 2026-01-07 18:53:27.943104+00 |
| description | Command-line interface for Arbor |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2027913 |
| size | 84,254 |
The command-line interface for Arbor
Index your code. Query the graph. Navigate with AI.
Arbor is the graph-native intelligence layer for code. It parses your codebase into an AST graph where every function, class, and variable is a node, and every call, import, and inheritance is an edge.
This CLI is the primary interface for indexing, querying, and connecting your code to AI via the Model Context Protocol (MCP).
cargo install arbor-graph-cli
# Initialize in your project
cd your-project
arbor init
# Index the codebase
arbor index
# Start the AI bridge + visualizer
arbor bridge --viz
| Command | Description |
|---|---|
arbor init |
Creates .arbor/ config directory |
arbor index |
Full index of the codebase |
arbor query <q> |
Search the graph |
arbor serve |
Start the WebSocket server |
arbor bridge |
Start MCP server for AI integration |
arbor bridge --viz |
MCP + Visualizer together |
arbor viz |
Launch the Logic Forest visualizer |
arbor check-health |
System diagnostics |
Rust, TypeScript, JavaScript, Python, Go, Java, C, C++, C#, Dart
io.github.Anandb71/arbor