# Pickaxe MCP Server Configuration
# Copy this file to .env and fill in your values
# Studio API keys - add one or more studios
# Format: PICKAXE_STUDIO_<NAME>=<api-key>
# The <NAME> becomes how you reference this studio in tool calls
PICKAXE_STUDIO_MAIN=studio-your-api-key-here
# Optional: Add additional studios
# PICKAXE_STUDIO_STAGING=studio-your-staging-key
# PICKAXE_STUDIO_DEV=studio-your-dev-key
# Optional: Set default studio (used when no studio is specified)
# If only one studio is configured, it's used automatically
# PICKAXE_DEFAULT_STUDIO=MAIN