We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/perfecxion-ai/secure-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
secrets.env•581 B
# Production secrets - Store these in a secure vault
# This file should never be committed to version control
DB_USERNAME=prod_mcp_user
DB_PASSWORD=ProductionSecurePassword789!@#
REDIS_PASSWORD=ProductionRedisPassword456!@#
JWT_SECRET=ProductionJWTSecretKey123!@#$%^&*
VAULT_TOKEN=s.ProductionVaultToken123456
VAULT_ROLE_ID=production-role-id-123456
VAULT_SECRET_ID=production-secret-id-789012
OAUTH_CLIENT_ID=prod-secure-mcp-client
OAUTH_CLIENT_SECRET=ProductionOAuthSecret!@#$%^
INTERNAL_API_KEY=ProductionInternalAPIKey!@#$%^&*()
WEBHOOK_SECRET=ProductionWebhookSecret!@#$%^&*()