# This is an example .env file for the RushDB MCP Server
# Copy this to .env and update with your actual values
# Required: Your RushDB API key
RUSHDB_API_KEY=your-rushdb-api-key-here
# The server will automatically use this environment variable
# when running the MCP server
# Optional: Override the API base URL (e.g., for self-hosted/staging)
# Defaults to https://api.rushdb.com/api/v1
# RUSHDB_API_URL=https://api.rushdb.com/api/v1