| Crates.io | arbor-server |
| lib.rs | arbor-server |
| version | 1.0.1 |
| created_at | 2026-01-05 12:09:32.892812+00 |
| updated_at | 2026-01-07 18:49:40.530731+00 |
| description | WebSocket server implementing the Arbor Protocol |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2023708 |
| size | 94,254 |
WebSocket server for Arbor
Real-time graph queries for IDEs and visualizers
arbor-server exposes the Arbor graph over WebSocket, enabling:
Default: ws://localhost:7432
| Method | Description |
|---|---|
discover |
Find architectural entry points |
impact |
Calculate blast radius of changes |
context |
Get ranked context for AI prompts |
graph.subscribe |
Stream live graph updates |
spotlight |
Highlight a node across clients |
{
"jsonrpc": "2.0",
"method": "context",
"params": { "node": "auth::validate", "depth": 2 },
"id": 1
}
cargo install arbor-graph-cli
arbor serve # Starts on ws://localhost:7432