Skip to main content
Glama
docker-compose.yml865 B
services: mcp-db-server: # The name of the service build: context: . container_name: mcp-db-server restart: unless-stopped ports: - "3939:3939" # Map host port 3939 to container port 3939 environment: # Option 1: Full DSN (complete connection string) # MCP_SQL_DSN: "mssql+pyodbc://USER:PASSWORD@HOST/master?driver=ODBC+Driver+18+for+SQL+Server&TrustServerCertificate=yes" # Option 2: Individual components (recommended for easier configuration) # - MCP_SQL_USER=your_username # - MCP_SQL_PASSWORD=your_password # - MCP_SQL_SERVER=your_server_hostname # - MCP_SQL_DATABASE=your_database # Optional, defaults to "master" # - MCP_SQL_DRIVER=ODBC Driver 18 for SQL Server # Optional, this is the default # - MCP_SQL_NAME=mcp-sql # Optional friendly name - MCP_PORT=3939

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/yuuues/mcp-sql'

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