Skip to main content
Glama
.env.docker1.8 kB
# ============================================================================= # Docker Container Environment Configuration # SQL Server MCP Testing Environment (Containerized) # ============================================================================= # Database Connection Settings SQL_SERVER_HOST=localhost SQL_SERVER_PORT=1433 SQL_SERVER_DATABASE=master SQL_SERVER_USER=sa SQL_SERVER_PASSWORD=WarpMCP123! # SSL/TLS Settings (Disabled for container testing) SQL_SERVER_ENCRYPT=false SQL_SERVER_TRUST_CERT=true # Connection Pool Settings SQL_SERVER_CONNECT_TIMEOUT_MS=30000 SQL_SERVER_REQUEST_TIMEOUT_MS=60000 SQL_SERVER_MAX_RETRIES=10 SQL_SERVER_RETRY_DELAY_MS=3000 SQL_SERVER_POOL_MAX=10 SQL_SERVER_POOL_MIN=0 SQL_SERVER_POOL_IDLE_TIMEOUT_MS=30000 # Security Configuration (Variable by test phase) # These are NOT set here - they will be controlled by individual test files # Each test phase will set its own security configuration: # - Phase 1: Read-only mode (SQL_SERVER_READ_ONLY=true) # - Phase 2: DML operations (SQL_SERVER_READ_ONLY=false, SQL_SERVER_ALLOW_DESTRUCTIVE_OPERATIONS=true) # - Phase 3: DDL operations (all restrictions disabled) # Performance and Monitoring ENABLE_PERFORMANCE_MONITORING=true SLOW_QUERY_THRESHOLD=5000 PERFORMANCE_SAMPLING_RATE=1.0 MAX_METRICS_HISTORY=1000 # Streaming Configuration ENABLE_STREAMING=true STREAMING_BATCH_SIZE=1000 STREAMING_MAX_MEMORY_MB=50 STREAMING_MAX_RESPONSE_SIZE=1048576 # Response Formatting SQL_SERVER_RESPONSE_FORMAT=pretty-json # Logging Configuration SQL_SERVER_LOG_LEVEL=info ENABLE_SECURITY_AUDIT=true SQL_SERVER_DEBUG=false # MCP Testing Environment NODE_ENV=test MCP_TESTING_MODE=docker # Docker-Specific Settings DOCKER_CONTAINER_NAME=warp-mcp-sqlserver DOCKER_NETWORK=warp-mcp-network DOCKER_SQL_VERSION=2022-latest

Latest Blog Posts

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/egarcia74/warp-sql-server-mcp'

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