Skip to main content
Glama

Appointment Scheduler MCP Server

.env.example•400 B
# Database Configuration DB_HOST=localhost DB_PORT=5432 DB_NAME=dbname DB_USER=user DB_PASSWORD=pass # Database URL (constructed from above) DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME} # MCP Server Configuration MCP_TRANSPORT=stdio # Options: stdio, http MCP_HOST=0.0.0.0 # Only used for HTTP transport MCP_PORT=8000 # Only used for HTTP transport

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/Juan-Andres-Motta/backend-mcp'

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