AgentHubAgentHub

SQL Sentinel MCP Server

MCP ServerMCP Registry官方收录

io.github.tkmawarire/sql-sentinel · v2.3.1

SQL Server monitoring and diagnostics for AI agents using Extended Events. No ODBC drivers required.

概览

SQL Sentinel MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "sql-sentinel": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tkmawarire/sql-sentinel-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.tkmawarire/sql-sentinel",
  "type": "mcp-server",
  "version": "2.3.1",
  "displayName": "SQL Sentinel MCP Server",
  "description": "SQL Server monitoring and diagnostics for AI agents using Extended Events. No ODBC drivers required.",
  "repository": {
    "url": "https://github.com/tkmawarire/sql-sentinel",
    "source": "github"
  },
  "homepage": "https://github.com/tkmawarire/sql-sentinel",
  "distribution": {
    "packages": [
      {
        "registryType": "nuget",
        "identifier": "Neofenyx.SqlSentinel.Mcp",
        "version": "2.3.1",
        "transport": "stdio"
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/tkmawarire/sql-sentinel-mcp",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.tkmawarire/sql-sentinel",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tkmawarire%2Fsql-sentinel/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
SQL Sentinel MCP Server — MCP Server 安装与配置 · AgentHub