# Graphistry MCP Server - Environment Configuration Example
# Rename this file to .env and fill in your credentials
# Graphistry Authentication
# Register for a free account at https://hub.graphistry.com
GRAPHISTRY_USERNAME=your_username
GRAPHISTRY_PASSWORD=your_password
# Server Configuration
# Set the log level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO
# HTTP server port (when using --http mode)
HTTP_PORT=8080