warp-sql-server-mcp

egarcia74/warp-sql-server-mcp
★ 4 stars JavaScript 💻 Code/Dev Tools Updated 7d ago
🗄️ Model Context Protocol (MCP) server for SQL Server integration with Warp terminal. Execute queries, explore schemas, export data, and analyze performance with natural language commands.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "warp-sql-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "egarcia74/warp-sql-server-mcp"
      ]
    }
  }
}

Topics

ai-toolsclidatabasedeveloper-toolsmcpmodel-context-protocolnodejssql-servertypescriptwarp-terminal