A read-only .NET MCP server that lets AI agents run Azure-safe SQL diagnostics via Brent Ozar’s SQL Server First Responder Kit
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"blitz-bridge": {
"command": "npx",
"args": [
"-y",
"Clinical-Support-Systems/blitz-bridge"
]
}
}
}
Run in terminal:
claude mcp add blitz-bridge npx -y Clinical-Support-Systems/blitz-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"blitz-bridge": {
"command": "npx",
"args": [
"-y",
"Clinical-Support-Systems/blitz-bridge"
]
}
}
}