Skip to main content
Glama

MCP Task

by just-every
.env.example1.44 kB
# Example environment variables for @just-every/mcp-task # Copy this file to ~/.llm.env and fill in your API keys # Core AI Models (at least one required) # ======================================= # Anthropic (Claude models including claude-opus-4) # Get key from: https://console.anthropic.com/ ANTHROPIC_API_KEY=sk-ant-... # OpenAI (GPT models, o3, o3-pro) # Get key from: https://platform.openai.com/ OPENAI_API_KEY=sk-... # xAI (Grok models including grok-4) # Get key from: https://x.ai/ XAI_API_KEY=xai-... # Google (Gemini models including gemini-2.5-pro) # Get key from: https://makersuite.google.com/ GOOGLE_API_KEY=... # Search Providers (optional, for web_search tool) # ================================================== # Brave Search (recommended for privacy-first search) # Get key from: https://brave.com/search/api/ BRAVE_API_KEY=... # Serper (Google search results) # Get key from: https://serper.dev/ SERPER_API_KEY=... # Perplexity (AI-powered search) # Get key from: https://perplexity.ai/ PERPLEXITY_API_KEY=pplx-... # OpenRouter (for Sonar/Perplexity models) # Get key from: https://openrouter.ai/ OPENROUTER_API_KEY=sk-or-... # Optional: Additional Model Providers # ===================================== # DeepSeek (for coding tasks) # Get key from: https://platform.deepseek.com/ DEEPSEEK_API_KEY=... # ElevenLabs (for voice/audio tasks) # Get key from: https://elevenlabs.io/ ELEVENLABS_API_KEY=...

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/just-every/mcp-task'

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