Cover image
Try Now
2025-03-10

Serveur MCP pour MSSQL

3 years

Works with Finder

1

Github Watches

1

Github Forks

0

Github Stars

GUIDE

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

    python3.10 -m venv venv
    
  2. Activate the Virtual Environment:

    • On macOS and Linux:
      source venv/bin/activate
      
  3. Verify the Python Version: After activation, verify that the virtual environment is using Python 3.10 by running:

    python --version
    
  4. Enter Connection String Details:

    • Create a .env file and add the following connection details:
    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
    {
      "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"

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.

  • ShrimpingIt
  • Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX

  • OffchainLabs
  • Aller la mise en œuvre de la preuve de la participation Ethereum

  • huahuayu
  • Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.

  • deemkeen
  • Contrôlez votre MBOT2 avec un combo d'alimentation: MQTT + MCP + LLM

    Reviews

    1 (1)
    Avatar
    user_4LHI2Nl5
    2025-04-15

    I've been using the Scrapeless Mcp Server by scrapeless-ai for a while now and it’s simply amazing! Its efficiency and reliability make my tasks much smoother. Highly recommend for anyone looking for a robust MCP solution. Check it out at https://mcp.so/server/scrapeless-mcp-server/scrapeless-ai.