Skip to main content
Glama

Team MCP Server

.env.example•975 B
# MCP Server Configuration MCP_HOST=0.0.0.0 MCP_PORT=8000 MCP_PATH=/mcp # ngrok Configuration (optional) # Get your auth token from https://dashboard.ngrok.com/auth # NGROK_AUTH_TOKEN=your_ngrok_auth_token_here # S3 Configuration S3_ENDPOINT=http://127.0.0.1:8000 IAM_ENDPOINT=http://127.0.0.1:8600 S3_ACCESS_KEY=1234 S3_SECRET_KEY=1234 S3_REGION=us-east-1 # Default AWS region for S3 operations # ClickHouse Configuration (optional) # Required for ClickHouse integration CLICKHOUSE_HOST=localhost # Optional authentication (leave empty for anonymous access) # CLICKHOUSE_USER= # CLICKHOUSE_PASSWORD= # Optional settings with defaults # CLICKHOUSE_PORT=8123 # HTTP port (not 9002 which is for clickhouse-client) # CLICKHOUSE_DATABASE=logs # CLICKHOUSE_SECURE=false # Use HTTPS # CLICKHOUSE_VERIFY=true # Verify SSL certificates # CLICKHOUSE_CONNECT_TIMEOUT=30 # Connection timeout in seconds # CLICKHOUSE_SEND_RECEIVE_TIMEOUT=300 # Send/receive timeout in seconds

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/mistral-mcp-hackathon/mcp-server'

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