We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HyunjunJeon/vibecoding-lg-mcp-a2a'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•412 B
# API key for the embeddings model. Defaults to OpenAI embeddings
OPENAI_API_KEY=
# PostgreSQL configuration
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=langconnect_dev
# CORS configuration. Must be a JSON array of strings
ALLOW_ORIGINS=["http://localhost:3000"]
# For authentication
SUPABASE_URL=
# This must be the service role key
SUPABASE_KEY=