SQL Server Schema Explorer

Provides SQL Server database schema exploration tools for retrieving tables, columns, and relationships through connection strings

jdlemes 8
Claude CodeClaude DesktopGeneric
View source ↗

MsSqlMCP is a Model Context Protocol server that enables AI assistants to query SQL Server database schemas, providing tools to retrieve tables, columns, and relationships. Built with .NET 9, it offers three main functions: getting all tables in a database, retrieving columns for a specific table, and identifying relationships between tables. The implementation connects to SQL Server databases using connection strings configured in appsettings.json, making it particularly valuable for developers who need to understand database structures or generate database-related code without leaving their AI assistant interface.

Source

Repository: https://github.com/jdlemes/mssqlmcp

Maintain SQL Server Schema Explorer?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[SQL Server Schema Explorer on getagentictools](https://getagentictools.com/mcp/jdlemes-mssqlmcp?ref=badge)