mssql-mcp-server

cmaxtt/mssql-mcp-server
★ 0 stars TypeScript Database Updated 8d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mssql-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cmaxtt/mssql-mcp-server"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server for Microsoft SQL Server. Enables AI agents to inspect database schemas (tables, columns, indexes, foreign keys) and generate DDL. **Prerequisites:** Node.js 20+, a reachable SQL Server. ```bash git clone https://github.com/cmaxtt/mssql-mcp-server.git cd mssql-mcp-server

Tools (6)

describe_tableget_ddllist_foreign_keyslist_indexeslist_schemaslist_tables
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →