File size: 360 Bytes
f73536b
 
 
 
 
 
 
 
 
 
 
 
 
1764d9d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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=your_api_key_here

# MCP Service Configuration
MCP_PORT=7860
MCP_TRANSPORT=http

# Optional: Logging level
LOG_LEVEL=INFO