Skip to main content
Glama

Demo MCP Server

by kylekanouse
.env.exampleโ€ข804 B
# Demo MCP Server Environment Variables # Copy this file to .env and update the values as needed # Node.js Environment NODE_ENV=development # Application Configuration APP_NAME=demo-mcp-server APP_VERSION=1.0.0 # Logging Configuration LOG_LEVEL=info # Example API Keys (replace with actual values) # EXAMPLE_API_KEY=your_api_key_here # ANOTHER_SERVICE_KEY=your_service_key_here # Database Configuration (if needed) # DATABASE_URL=your_database_url_here # DATABASE_HOST=localhost # DATABASE_PORT=5432 # DATABASE_NAME=mcp_demo # Security Settings # SECRET_KEY=your_secret_key_here # JWT_SECRET=your_jwt_secret_here # External Service URLs # EXTERNAL_SERVICE_URL=https://api.example.com # WEBHOOK_URL=https://your-webhook-url.com # Feature Flags ENABLE_ADVANCED_LOGGING=true ENABLE_DEBUG_MODE=false

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/kylekanouse/Test-MCP---DEMO-MCP-Dev-1'

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