# Smithery MCP Registry Configuration
# https://smithery.ai

runtime: typescript
description: Read-only PostgreSQL database analysis and optimization server for AI assistants. Provides comprehensive performance analysis, index optimization, and schema recommendations.

# Environment variables as simple strings
env:
  DATABASE_URL: "PostgreSQL connection string (e.g., postgresql://user:password@host:port/database)"
  LOG_LEVEL: "Logging level: error, warn, info, or debug (optional, default: info)"
  QUERY_TIMEOUT: "Query timeout in milliseconds (optional, default: 30000)"

