mcp-sqlserver-connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-sqlserver-connectorwhat tables are available in the database?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP SQL Server Connector
Servidor MCP que expone tu base de datos SQL Server a Claude para hacer consultas en lenguaje natural.
Herramientas expuestas
list_tables— lista tablas y vistas disponibles.describe_table— columnas y tipos de una tabla.run_query— ejecuta un SELECT (bloquea cualquier otra operación).
Related MCP server: sql-assistant-mcp
1. Configurar variables de entorno
cp .env.example .envEdita .env con los datos reales de tu conexión (los mismos que ves en tu
cliente de SQL Server) y genera un token de autenticación:
openssl rand -hex 32Pega ese valor en MCP_AUTH_TOKEN.
2. Instalar y correr localmente (para probar antes de subir a AWS)
npm install
npm startDeberías ver:
[server] MCP SQL Server connector escuchando en puerto 3000
[db] Conectado a SQL Server: <tu-host> / <tu-base>Prueba rápida:
curl http://localhost:3000/health3. Notas de seguridad (pendientes, en orden de prioridad)
Usuario de solo lectura — hoy el
.envusa tu usuario personal (lvillanueva). Antes de dar acceso al equipo, hay que crear un login dedicado con permisosSELECTúnicamente. Lo hacemos en el siguiente paso.Apuntar a la base real, no a
master— cambiaDB_DATABASEen el.envcuando sepamos el nombre de la base de negocio.Vistas para columnas sensibles — si hay datos como sueldos o PII, conviene exponer vistas que ya las excluyan.
Próximo paso
Desplegar esto en AWS. Opciones evaluadas por costo: ver conversación con Claude para la recomendación específica según tu tráfico esperado.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA read-only MCP server for SQL Server database introspection that enables Claude to explore and query databases via tools like listing objects and executing SELECT queries.201MIT
- Alicense-qualityCmaintenanceA Model Context Protocol (MCP) server for SQL Server / Azure SQL that enables querying, monitoring, and analyzing databases directly from Claude.11MIT
- Alicense-qualityDmaintenanceA database-agnostic MCP server that enables natural language queries to your database through Claude or Copilot, automatically writing and executing SQL.7MIT
- Alicense-qualityBmaintenanceMCP server for safely exposing SQL Server database capabilities to LLM clients, with read-only mode, security features, and observability.28MIT
Related MCP Connectors
Official Microsoft MCP Server to query Microsoft Entra data using natural language
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
GibsonAI MCP server: manage your databases with natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LEstebanVA/mcp-sqlserver-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server