We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/the-basilisk-ai/squad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•452 B
# Server Configuration
PORT=3232
NODE_ENV=development
BASE_URI=http://localhost:3232
# PropelAuth OAuth 2.1 Client Credentials (required for token introspection)
# Get these from PropelAuth dashboard after enabling MCP Authentication
PROPELAUTH_CLIENT_ID=your_client_id_here
PROPELAUTH_CLIENT_SECRET=your_client_secret_here
# Squad Environment
# Options: dev (development), staging (UAT), or production
# Default: production if not set
SQUAD_ENV=dev