Code2MCP-alphagenome / config.env
kabudadada
Initial commit
f73536b
raw
history blame contribute delete
380 Bytes
# AlphaGenome MCP Service Environment Variables
# Copy this file to config.env and fill in your actual values
# AlphaGenome API Key (required)
# Get your API key from: https://github.com/google-deepmind/alphagenome
ALPHAGENOME_API_KEY=AIzaSyCOOjmyDxZTFE2vcQ2vNzO7WBLKMp6ZhfQ
# MCP Service Configuration
MCP_PORT=7860
MCP_TRANSPORT=http
# Optional: Logging level
LOG_LEVEL=INFO