提交

Neuromcp.sqlserver

@AhmedKhalil777

A tool for interacting with Microsoft SQL Server databases: - SQL Query Execution: Execute SQL queries against SQL Server databases - Schema Inspection: Explore database schema information - Connection Management: Safely store and manage database connections Easy install by running dotnet command : dotnet tool install --global NeuroMCP.SqlServer

服务器配置

{
  "mcpServers": {
    "MSSSQLServer1": {
      "type": "stdio",
      "command": "neuromcp-mssql",
      "args": [
        "--port",
        "5200"
      ],
      "env": {
        "MSSQL_SERVER": "Database Server",
        "MSSQL_USER": "UserId",
        "MSSQL_PASSWORD": "Password",
        "MSSQL_DATABASE": "DatabaseName"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.