Skip to main content
Glama
.env.example773 B
# PromptForge MCP Server Environment Variables # JSONBin.io - Pattern Storage # Get these from https://jsonbin.io after creating an account and a bin PATTERNS_API_ENDPOINT=https://api.jsonbin.io/v3/b/YOUR_BIN_ID PATTERNS_API_KEY=YOUR_JSONBIN_MASTER_KEY # Supabase - Analytics Storage # Get these from https://supabase.com after creating a project ANALYTICS_API_ENDPOINT=https://YOUR_PROJECT_ID.supabase.co/rest/v1/prompt_analytics ANALYTICS_API_KEY=YOUR_SUPABASE_ANON_KEY # Firebase - A/B Testing (Optional) # Get these from https://firebase.google.com after creating a project AB_TEST_API_ENDPOINT=https://YOUR_PROJECT_ID.firebaseio.com/ab_tests AB_TEST_API_KEY=YOUR_FIREBASE_WEB_API_KEY # Server Configuration NODE_ENV=production CACHE_DURATION=300000 LOG_LEVEL=info

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/Stevekaplanai/promptforge-mcp-server'

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