# Codegraph MCP Server Configuration
# Copy this file to .env and customize for your environment
# Path to the code graph JSON file
# Default: ./data/graph.json
# This file is generated by running: npm run ingest -- --target <project>
NABI_GRAPH_JSON=./data/graph.json
# Project root directory for path containment
# Default: current working directory
# This is used to prevent directory traversal attacks
# Set to the root of the codebase you want to analyze
NABI_ROOT=./