Setup
Configuration
Environment variables
export ROAM_GRAPH_NAME="your-graph-name"
export ROAM_GRAPH_API__TOKEN="roam-graph-token-..."Config file
[graph]
name = "your-graph-name"
api_token = "roam-graph-token-..."Client configuration
Claude Desktop / Claude Code
{
"mcpServers": {
"roam": {
"command": "npx",
"args": ["-y", "roam-tui@latest", "--mcp"],
"env": {
"ROAM_GRAPH_NAME": "your-graph-name",
"ROAM_GRAPH_API__TOKEN": "roam-graph-token-..."
}
}
}
}Using a local binary
Cursor
Supported platforms
Platform
Architecture
Verifying
Last updated
Was this helpful?