We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xsaju/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config.env•310 B
# MCP Server Configuration
# Copy this file to .env and modify as needed
# Model Configuration
MODEL_NAME=Qwen/Qwen3-8B
MAX_NEW_TOKENS=512
TEMPERATURE=0.7
# Server Configuration (for legacy FastAPI server)
HOST=0.0.0.0
PORT=8000
# Hardware Configuration
# CUDA_VISIBLE_DEVICES=0 # Uncomment to specify GPU