Microsoft SQL Server✓
io.github.alyiox/mcp-mssql · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.alyiox/mcp-mssql",
"description": "Read-only MCP for Microsoft SQL Server: metadata discovery, parameterized SELECT, plans.",
"title": "Microsoft SQL Server",
"repository": {
"url": "https://github.com/alyiox/mcp-mssql",
"source": "github",
"subfolder": "src/Alyio.McpMssql"
},
"version": "1.0.0",
"websiteUrl": "https://github.com/alyiox/mcp-mssql",
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "Alyio.McpMssql",
"version": "1.0.0",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Default profile SQL Server connection string (often contains secrets). Optional if profiles are only in user appsettings.",
"format": "string",
"isSecret": true,
"name": "MCPMSSQL_CONNECTION_STRING"
},
{
"description": "Optional human-readable description for the default profile.",
"format": "string",
"name": "MCPMSSQL_DESCRIPTION"
},
{
"description": "Max rows per interactive query (default 500; ceiling 1000).",
"format": "number",
"name": "MCPMSSQL_QUERY_MAX_ROWS"
},
{
"description": "Interactive query command timeout in seconds (default 30).",
"format": "number",
"name": "MCPMSSQL_QUERY_COMMAND_TIMEOUT_SECONDS"
},
{
"description": "Max rows for snapshot queries (default 10000; ceiling 50000).",
"format": "number",
"name": "MCPMSSQL_QUERY_SNAPSHOT_MAX_ROWS"
},
{
"description": "Snapshot query timeout in seconds (default 120).",
"format": "number",
"name": "MCPMSSQL_QUERY_SNAPSHOT_COMMAND_TIMEOUT_SECONDS"
},
{
"description": "Execution plan analysis timeout in seconds (default 300).",
"format": "number",
"name": "MCPMSSQL_ANALYZE_COMMAND_TIMEOUT_SECONDS"
},
{
"description": "Set to Development to load dotnet user-secrets (local dev).",
"format": "string",
"name": "DOTNET_ENVIRONMENT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}