Mssql MCP
UnclaimedA Model Context Protocol (MCP) server for Microsoft SQL Server, built in C#/.NET 10
Install
npx -y @codegiveness/mssql-mcp --versionUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (18)
analyze_db_health
Summary health check: size, VLFs, fragmentation, stats staleness, blocking.
analyze_indexes
Missing-index analysis from sys.dmdbmissingindex DMVs (workload-wide or per-query).
database
string
execute_sql
Execute a T-SQL batch. SELECT in Restricted; DML/DDL in Unrestricted.
explain_query
Show the execution plan summary (or raw XML) without executing the query.
format
enum
get_object_details
Return columns, parameters, indexes, and triggers for a specific object.
get_top_queries
Top queries by CPU/duration/reads from sys.dmexecquerystats.
limit
int
list_databases
List all databases with an iscurrent flag (system DBs excluded).
list_objects
List tables/views/procedures/functions with schema, type, and limit filters (default 1000).
list_schemas
List schemas in the current or specified database.
name
string
order_by
enum
query
string
schema
string
sql
string
type
enum