# Congressional MCP Backend Environment Configuration
# Copy this file to .env for local development
# API Configuration
CONGRESS_API_KEY=your_congress_api_key_here
CONGRESS_API_ENV=development
CONGRESS_API_BASE_URL=https://api.congress.gov/v3
ENABLE_CACHING=false
CACHE_TIMEOUT=300
# Authentication Configuration
LAWGIVER_JWT_SECRET=your_jwt_secret_here
LAWGIVER_API_KEYS=free:test_free_user_123:1749184537
ENABLE_AUTH=true
# Admin Configuration
# Note: Admin key management is optional functionality for programmatic API key generation
# These features are built but not currently integrated into the main application
ADMIN_API_KEY=your_admin_api_key_here
ENABLE_KEY_MANAGEMENT=false
# Stripe Configuration
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
STRIPE_PRICE_PRO_MONTHLY=price_1RVWCJCrAoNgWc5EZbpHinj9
STRIPE_PRICE_PRO_ANNUAL=price_1RVWCQCrAoNgWc5EodIUwBDv
ENABLE_STRIPE=true
# Supabase Configuration
SUPABASE_URL=your_supabase_project_url_here
SUPABASE_ANON_KEY=your_supabase_anon_key_here
SUPABASE_SERVICE_KEY=your_supabase_service_key_here
ENABLE_DATABASE=true
# Email Configuration (Resend)
RESEND_API_KEY=re_your_resend_api_key_here
RESEND_FROM_EMAIL=KeyMaker <keymaker@congressmcp.lawgiver.ai>
# Magic Link Configuration
FRONTEND_BASE_URL=http://congressmcp.lawgiver.ai
MAGIC_LINK_EXPIRY_MINUTES=60
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amurshak/congressMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server