We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlaineHeffron/Larry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•352 B
# PostgreSQL connection string
# For local dev: postgresql://user:password@localhost:5432/larry
# For Neon (production): get this from https://console.neon.tech
DATABASE_URL="postgresql://user:password@host:5432/larry"
# JWT secret for human user sessions (generate a random string)
# openssl rand -base64 32
JWT_SECRET="change-me-to-a-random-secret"