๐ ๏ธ MCP Tools Reference
Comprehensive documentation for all 16 available MCP tools with parameters, examples, and usage details.
View Full API Documentation โ
โ๏ธ Configuration
Environment variables and configuration options:
- SQL_SERVER_HOST - SQL Server hostname
- SQL_SERVER_PORT - SQL Server port (default: 1433)
- SQL_SERVER_DATABASE - Initial database (default: master)
- SQL_SERVER_USER - SQL Server username (optional)
- SQL_SERVER_PASSWORD - SQL Server password (optional)
- SQL_SERVER_ENCRYPT - Enable encryption (default: false)
- SQL_SERVER_TRUST_CERT - Trust server certificate (default: true)
- SQL_SERVER_READ_ONLY - Read-only mode (default: true)
- SQL_SERVER_ALLOW_DESTRUCTIVE_OPERATIONS - Allow INSERT/UPDATE/DELETE (default: false)
- SQL_SERVER_ALLOW_SCHEMA_CHANGES - Allow CREATE/DROP/ALTER (default: false)
- ENABLE_PERFORMANCE_MONITORING - Enable query performance tracking (default: true)
- MAX_METRICS_HISTORY - Maximum performance records to retain (default: 1000)
- SLOW_QUERY_THRESHOLD - Milliseconds to flag slow queries (default: 5000)
- TRACK_POOL_METRICS - Enable connection pool monitoring (default: true)
- PERFORMANCE_SAMPLING_RATE - Fraction of queries to monitor (default: 1.0)
๐ Links
Useful resources and links: