Skip to main content
Glama

Bernerspace

Official
by bernerspace
.env.example822 B
# Database DATABASE_URL=postgresql://localhost:5432/mcp_server # Auth (choose one set) # Option A: HMAC (HS256) # JWT_SECRET=your-jwt-signing-secret # # Option B: JWKS (RS256) # JWT_JWKS_URL=https://your-auth-domain/.well-known/jwks.json # JWT_ISSUER=https://your-auth-domain/ # JWT_AUDIENCE=my-api # Optional header-based auth passthrough AUTH_ALLOW_USER_ID_HEADER=false AUTH_USER_ID_HEADER_NAME=x-user-id # Slack OAuth (required if Slack is enabled in config.json) SLACK_CLIENT_ID=your-slack-client-id SLACK_CLIENT_SECRET=your-slack-client-secret SLACK_REDIRECT_URI=http://localhost:8000/slack/oauth/callback # Token encryption at rest (comma-separated MultiFernet keys; newest first) # Generate a key with Python: from cryptography.fernet import Fernet; print(Fernet.generate_key().decode()) TOKEN_ENCRYPTION_KEYS=

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/bernerspace/bernerspace'

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