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
- Abre Claude Desktop
- Dirigete a la esquina superior izquierda -> ≡
- Selecciona Configuración dentro del apartado Archivo
- Selecciona el apartado Desarrollador
- Selecciona Editar Configuración
- 📗He ahí el archivo