We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CoderRahul01/Taskup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•768 B
# Server Config
PORT=3000
HOST=localhost
# Hugging Face / LLM (Free Tier)
HUGGINGFACEHUB_API_TOKEN=your_huggingface_api_token
# Example high-performance free models:
# - mistralai/Mistral-7B-Instruct-v0.2
# - google/gemma-7b-it
HF_MODEL_ID=mistralai/Mistral-7B-Instruct-v0.2
# Notion (Managed by Arcade.dev - No local Key/Secret needed)
NOTION_DATABASE_ID=your_notion_database_id
# Google Calendar (Managed by Arcade.dev - No JSON key needed)
# Simply authorize the 'google' toolkit in the Arcade Dashboard.
# Arcade.dev (AI Auth)
ARCADE_API_KEY=your_arcade_api_key_here
# Optional: Default User ID for local development without Gateway
ARCADE_USER_ID=your_user_id_here
# Telegram
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
TELEGRAM_CHAT_ID=your_telegram_chat_id