Studio includes local-only maintenance actions that can clear graph data. Use it on trusted local machines only.
Inspect the graph with a local UI built for exploration.
Studio is the local graph explorer for nodes, edges, search, metadata, table inspection, and explicit maintenance actions.
Start Studio on a local port.
raph studio --port 4545
Studio binds to 127.0.0.1 by default. Then open http://localhost:4545. For troubleshooting, use raph --verbose studio --port 4545.
What the UI is designed to show.
Graph exploration
Node clicks refresh properties, links stay interconnected, and neighbor expansion helps you move through related memories, files, chunks, and crawl results.
Node details
Studio keeps node details live as you click so memory metadata, crawl attributes, and relationships are immediately visible.
Search and tables
Keyword and semantic search are available from the same interface, and SQLite table inspection stays bounded to keep the page responsive.
Maintenance actions
The init action clears local graph data, indexes the current workspace, and crawls the configured seed URL. The clear action wipes local graph data.
Use Studio when you want to verify what agents will see.
- Inspect whether a repository indexed the expected files and chunks.
- Confirm durable memories have the scope and metadata you expect.
- Follow graph neighbors to understand why a search result was connected.
- Look at table state directly when debugging indexing or crawl behavior.