We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/geosp/mcp-mixsearch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Server Configuration
MCP_TRANSPORT=http
MCP_ONLY=false
MCP_HOST=localhost
MCP_PORT=3000
MCP_AUTH_ENABLED=false
# Search Configuration
DUCKDUCKGO_MAX_RESULTS=10
SEARCH_TIMEOUT=30
USER_AGENT_ROTATION=true
# Performance Settings
CACHE_ENABLED=true
CACHE_TTL=3600
# Development Settings
LOG_LEVEL=INFO
DEBUG_MODE=false
# Authentication (optional - leave empty to disable)
# AUTHENTIK_CLIENT_ID=
# AUTHENTIK_CLIENT_SECRET=
# AUTHENTIK_ISSUER_URL=
# Docker-specific
UV_CACHE_DIR=/tmp/uv-cache