Cover image
Try Now
2025-03-10

MSSQL的MCP服务器

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.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • 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.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • 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
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2: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.