๐Ÿ—„๏ธ Warp SQL Server MCP

Model Context Protocol server for SQL Server integration with Warp terminal

v1.7.2 Node.js 18+ MCP SQL Server 16 Tools

๐Ÿ““ Documentation

Complete setup guides, installation instructions, and usage examples.

๐Ÿ“– README โ†’

๐Ÿ–ฅ๏ธ Warp Quick Start โ†’

๐Ÿ’ป VS Code Quick Start โ†’

๐Ÿš€ Latest Release

Download the latest version and view the changelog.

Download v1.7.2 โ†’

๐Ÿงช Test Coverage

View detailed test coverage reports and test results.

Coverage Report โ†’

๐Ÿ› ๏ธ MCP Tools Reference

Comprehensive documentation for all 16 available MCP tools with parameters, examples, and usage details.

View Full API Documentation โ†’

๐Ÿ“‹ Available Tools

Quick overview of MCP tools provided by this server:

  • executeQuery - Execute a SQL query on the connected SQL Server database
  • listDatabases - List all databases on the SQL Server instance
  • listTables - List all tables in a specific database
  • describeTable - Get the schema information for a specific table
  • listForeignKeys - List all foreign key relationships in a schema
  • getTableData - Get sample data from a table with optional filtering and limiting
  • exportTableCsv - Export table data in CSV format
  • getPerformanceStats - Get overall performance statistics and health summary
  • getQueryPerformance - Get detailed query performance breakdown by tool
  • getConnectionHealth - Get connection pool health metrics and diagnostics
  • explainQuery - Get the execution plan for a SQL query to analyze performance
  • analyzeQueryPerformance - Analyze query performance and provide optimization suggestions
  • getIndexRecommendations - Get index recommendations for database optimization
  • detectQueryBottlenecks - Detect and analyze query bottlenecks in the database
  • getOptimizationInsights - Get comprehensive database optimization insights and health analysis
  • getServerInfo - Get MCP server configuration, status, and logging information
View detailed documentation โ†’

โš™๏ธ Configuration

Environment variables and configuration options:

๐Ÿ”— Links

Useful resources and links: