Local first
Graph data stays under ~/.raph/ in an embedded database.
raph indexes code, docs, and notes into a local graph-vector store, then exposes useful context over MCP.
Graph data stays under ~/.raph/ in an embedded database.
MCP tools search code, crawl docs, traverse relationships, and retain memory.
Runs on macOS, Linux, and Windows. Updates itself when stable releases land.
brew install --cask tesh254/raph/raphirm https://raw.githubusercontent.com/tesh254/raph/main/install.ps1 | iexCheck now with raph update. Set RAPH_NO_AUTO_UPDATE=1 to disable daily automatic update checks.
raph config init
export OPENROUTER_API_KEY="your-key"
raph init --path .
raph startConnect coding agents over stdin/stdout.
raph sync --path .Watch indexed repositories in background.
raph studio --port 4545Inspect graph at localhost:4545.
raph crawl https://example.com/docsAdd external knowledge to local graph.
raph sync --status
raph sync --remove --path .
raph config check
raph clear
raph version
raph update
Raph is source-available for private, non-commercial, personal use only. Commercial use, business use, monetization, selling, and reselling require a separate written license.