Skip to main content
Glama

Headline Vibes Analysis MCP Server

by fred-em
.env.example1.11 kB
# Headline Vibes - Example Environment Variables # Copy this file to ".env" and fill in values. Do NOT commit your real secrets. # Transport selection: "stdio" for local CLI, "http" for remote hosting (Railway) TRANSPORT=http HOST=0.0.0.0 PORT=3000 LOG_LEVEL=info # Event Registry / NewsAPI.ai (REQUIRED) NEWS_API_KEY=your_eventregistry_key_here NEWS_API_BASE_URL=https://eventregistry.org/api/v1/ # PostgreSQL (optional until persistence is enabled) # Example: postgresql://user:pass@host:5432/dbname PG_URI= # Redis (optional until caching/locks are enabled) # Example: redis://localhost:6379 REDIS_URL= # Pinecone (optional future semantic features) PINECONE_ENABLED=0 PINECONE_API_KEY= PINECONE_ENVIRONMENT= PINECONE_INDEX= # Budget/Rate limiting (optional caps; used by BudgetManager) RATE_LIMIT_DAILY_REQUESTS=500 RATE_LIMIT_PER_SECOND=5 # Backfill settings BACKFILL_PAGE_CAP_PER_DAY=2 BACKFILL_MODE=full # Optional alert webhook target (future anomaly notifications) ALERT_WEBHOOK_URL= # Optional DNS rebinding protections for HTTP transport (comma-separated) ALLOWED_HOSTS= ALLOWED_ORIGINS=

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/fred-em/headline-vibes'

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