SQLServerMCP

DonJosueSuarez/SQLServerMCP

3.1

If you are the rightful owner of SQLServerMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a comprehensive overview of a Model Context Protocol (MCP) server setup, specifically for integrating with a SQL Server API.

📗Repositorio Necesario

Este Servidor trabaja con una api de SQL Server que se encuentra en este repositorio: apiConsultaSqlServer

⚙️ Configuración el archivo {} claude_desktop_config.json

{
  "mcpServers": {
    "databaseMCP": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\Ruta de tu servidor MCP",
        "run",
        "mcp_server.py"
      ]
    }
  }
}

✳️ Ubicación del archivo {} claude_desktop_config.json

  1. Abre Claude Desktop
  2. Dirigete a la esquina superior izquierda ->
  3. Selecciona Configuración dentro del apartado Archivo
  4. Selecciona el apartado Desarrollador
  5. Selecciona Editar Configuración
  6. 📗He ahí el archivo