Skip to main content
Glama
.env.example1.58 kB
# .env.example - Copy to .env and fill in your actual values # NEVER commit .env to git! # ============================================ # Cloudflare Configuration # ============================================ # Get from: https://dash.cloudflare.com/profile/api-tokens # Required permissions: Workers Scripts:Edit, Account Settings:Read CLOUDFLARE_API_TOKEN=your_cloudflare_api_token_here CLOUDFLARE_ACCOUNT_ID=your_cloudflare_account_id_here # ============================================ # Anthropic Claude API # ============================================ # Get from: https://console.anthropic.com/settings/keys CLAUDE_API_KEY=your_claude_api_key_here # ============================================ # Database Configuration (Cloudflare D1) # ============================================ # Database ID - will be generated when you create D1 database D1_DATABASE_ID=your_d1_database_id_here # ============================================ # R2 Storage Configuration # ============================================ # Bucket name - will be generated when you create R2 bucket R2_BUCKET_NAME=kivv-papers # ============================================ # MCP Server Configuration # ============================================ # Authentication keys for MCP users MCP_API_KEY_JEFF=generate_secure_key_here MCP_API_KEY_WIFE=generate_secure_key_here # ============================================ # Optional: Notion Integration (if using) # ============================================ # NOTION_TOKEN=your_notion_integration_token_here # NOTION_DATABASE_ID=your_notion_database_id_here

Latest Blog Posts

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/jeffaf/kivv'

If you have feedback or need assistance with the MCP directory API, please join our Discord server