We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ACNet-AI/OmniTaskAgent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•745 B
# OmniTaskAgent Environment Variables Configuration Example
# Copy this file, rename it to .env, and fill in your actual configuration
# API Key Configuration (at least one is required)
OPENAI_API_KEY=your_openai_api_key_here
# Or
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# OpenAI API Base URL (optional, for third-party API services)
OPENAI_API_BASE=https://api.openai.com
# Model Configuration
LLM_MODEL=gpt-4o
TEMPERATURE=0.2
MAX_TOKENS=4000
# System Configuration
PROJECT_ROOT=/path/to/your/project
OMNI_TASK_API_URL=http://localhost:8000
# LANGSMITH Configuration
LANGSMITH_TRACING=true
LANGSMITH_ENDPOINT=https://api.smith.langchain.com
LANGSMITH_API_KEY=your_langsmith_api_key_here
LANGSMITH_PROJECT=your_langsmith_project_here