Loading MCP server directory, please wait...
An MCP server that provides [describe what your server does]
npx @getmcp/cli add io.github.dba-i/mssql-dbaRequires Node.js 18+. Community-contributed server. Review source before installing.
YOUR_API_KEYYour API key for the service
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dba-i/mssql-dba": {
"command": "npx",
"args": [
"-y",
"mssql-dba"
],
"env": {
"YOUR_API_KEY": ""
}
}
}
}