We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/snapback-dev/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•409 B
# SnapBack MCP Server Environment Variables
# Server configuration
PORT=8080
NODE_ENV=development
# CORS configuration
# Comma-separated list of allowed origins
CORS_ORIGIN=http://localhost:3000,http://localhost:8080
# Authentication
# Set this in Fly.io secrets: fly secrets set SNAPBACK_API_KEY=sb_live_...
# SNAPBACK_API_KEY=
# Logging
LOG_LEVEL=info
# MCP Configuration
MCP_QUIET=1
MCP_VERSION=1.0.0