-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
40 lines (40 loc) · 1.3 KB
/
Copy pathserver.json
File metadata and controls
40 lines (40 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cvelasquez/mcp-sqlserver",
"title": "SQL Server MCP",
"description": "MCP server for DBAs running dozens of SQL Server instances: grouped connections, plans, indexes",
"version": "3.1.0",
"websiteUrl": "https://github.com/cvelasquez/mcp-sqlserver",
"repository": {
"url": "https://github.com/cvelasquez/mcp-sqlserver",
"source": "github",
"id": "1070953058"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@cevelas/mcp-sqlserver",
"version": "3.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "MSSQL_MCP_CONNECTIONS",
"description": "Path to connections.json. Defaults to ~/.mcp-sqlserver/connections.json; create one with --init.",
"format": "filepath",
"isRequired": false,
"isSecret": false
},
{
"name": "MSSQL_MCP_CONNECTIONS_JSON",
"description": "The connections JSON inline, for setups that keep credentials out of the filesystem.",
"format": "string",
"isRequired": false,
"isSecret": true
}
]
}
]
}