We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maybeswapnil/enterprise-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Enterprise MCP Server Configuration
# Copy this file to .env and update the values
# Server Configuration
HOST=0.0.0.0
PORT=3001
DEBUG=false
# MCP Configuration
MCP_BASE=http://localhost:3001
# ServiceNow Configuration (optional)
# SERVICENOW_INSTANCE=https://your-instance.service-now.com
# SERVICENOW_USERNAME=your-username
# SERVICENOW_PASSWORD=your-password
# Health Check Configuration
HEALTH_CHECK_INTERVAL=30