sovereign-mcp / .env.example
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/sovereign-mcp
40636aa verified
Raw
History Blame Contribute Delete
1.09 kB
# ═══════════════════════════════════════════════════════════════
# SOVEREIGN MCP β€” Provider Configuration
# Copy to .env.local and fill in your credentials
# Only configure providers you want to use β€” others are skipped
# ═══════════════════════════════════════════════════════════════
# AWS Bedrock (primary β€” sovereign compute)
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1
BEDROCK_MODEL_ID=us.anthropic.claude-haiku-4-5-20251001-v1:0
# Groq (fallback β€” fast, free tier)
GROQ_API_KEY=
GROQ_MODEL=llama3-8b-8192
# Ollama (local fallback β€” bare metal, zero cost)
OLLAMA_URL=http://localhost:11434
OLLAMA_MODEL=llama3.1:8b
# Governor Ed25519 keypair (auto-generated on first boot if empty)
GOVERNOR_PRIVATE_KEY=
GOVERNOR_PUBLIC_KEY=
# HTTP mode port (default 7071)
MCP_PORT=7071