arbor-graph-cli-1.0.2 is not a library.
What is Arbor?
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).
Installation
Quick Start
# Initialize in your project
# Index the codebase
# Start the AI bridge + visualizer
Commands
| 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 |
Supported Languages
Rust, TypeScript, JavaScript, Python, Go, Java, C, C++, C#, Dart
Links
- Main Repository: github.com/Anandb71/arbor
- Documentation: docs/
- MCP Registry:
io.github.Anandb71/arbor