Skip to main content
Glama

Self-hosted LLM MCP Server

env.example561 B
# Environment variables for MCP Server # Copy this file to .env and fill in your values # Supabase Configuration SUPABASE_URL=your_supabase_url_here SUPABASE_ANON_KEY=your_supabase_anon_key_here SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key_here # Self-hosted LLM Configuration LLM_BASE_URL=http://localhost:11434 LLM_MODEL=llama2 LLM_TIMEOUT=30000 # MCP Server Configuration MCP_SERVER_PORT=3000 MCP_SERVER_HOST=localhost # Database Configuration DB_POOL_SIZE=10 DB_TIMEOUT=5000 # Logging LOG_LEVEL=info LOG_FORMAT=json

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/Krishnahuex28/MCP'

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