We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RuumaLilja/tech-collector-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•748 B
# .env.example
# ==== API Keys & Tokens ====
# Google Gemini / Generative AI API Key (required for summarization)
GEMINI_API_KEY=your_gemini_api_key_here
# NewsAPI.org API Key (required for tech news retrieval)
NEWSAPI_KEY=your_newsapi_api_key_here
# Qiita Personal Access Token (optional, increases rate limit; leave blank if not needed)
QIITA_TOKEN=your_qiita_token_here
# ==== Pagination Settings ====
# Number of items to fetch per service by default
PAGE_LIMIT=3
# Number of items per page for paginated endpoints
ITEMS_PER_PAGE=10
# ==== Notion Integration ====
# Notion API Key (required for smart recommendations)
NOTION_API_KEY=your_notion_api_key_here
# Notion Database ID for article stock
NOTION_DATABASE_ID=your_database_id_here