Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Mssql

    MCP server for MSSQL

    0 stars
    Python
    Updated Mar 9, 2025

    Documentation

    GUIDE

    1. Create the Virtual Environment: Run the following command to create a virtual environment named venv:

    bash
    python3.10 -m venv venv

    2. Activate the Virtual Environment:

    • On macOS and Linux:
    bash
    source venv/bin/activate

    3. Verify the Python Version: After activation, verify that the virtual environment is using Python 3.10 by running:

    bash
    python --version

    4. Enter Connection String Details:

    • Create a .env file and add the following connection details:
    bash
    MSSQL_SERVER=localhost
       MSSQL_USER=SA
       MSSQL_PASSWORD=YourStrong@Passw0rd
       MSSQL_DATABASE=localdatabase
       MSSQL_PORT=1433

    5. Connect MSSQL MCP Server to Your Cursor Editor:

    • Create or edit the file in folder: .cursor/mcp.json
    json
    {
         "mcpServers": {
           "mssql": {
             "command": "uv",
             "args": [
               "--directory", 
               "path/to/mssql_mcp_server",
               "run",
               "mssql_mcp_server"
             ],
             "env": {
               "MSSQL_SERVER": "localhost",
               "MSSQL_USER": "your_username",
               "MSSQL_PASSWORD": "your_password",
               "MSSQL_DATABASE": "your_database"
             }
           }
         }
       }

    6. Select AGENT mode in your editor and check connection

    • you can prompt the Cursor with something like this "Use MSSQL MCP server to check connection"

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k