Sql Sentinel
Rank #19,832io.github.tkmawarire/sql-sentinel
MCP server providing sql-sentinel capabilities
Sql Sentinel is a Model Context Protocol (MCP) server published by tkmawarire. It ranks #19,832 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Sql Sentinel is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Feb 25, 2026.
Ranks ahead of 112,214 of 132,046 servers on MCP Toplist.
Use Sql Sentinel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sql-sentinel -- dnx Neofenyx.SqlSentinel.Mcpclaude mcp add sql-sentinel -- docker run -i --rm ghcr.io/tkmawarire/sql-sentinel-mcp[mcp_servers.sql-sentinel]
command = "dnx"
args = ["Neofenyx.SqlSentinel.Mcp"]Add to ~/.codex/config.toml.
[mcp_servers.sql-sentinel]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/tkmawarire/sql-sentinel-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sql-sentinel": {
"command": "dnx",
"args": [
"Neofenyx.SqlSentinel.Mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sql-sentinel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tkmawarire/sql-sentinel-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sql-sentinel": {
"command": "dnx",
"args": [
"Neofenyx.SqlSentinel.Mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"sql-sentinel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tkmawarire/sql-sentinel-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sql-sentinel": {
"type": "stdio",
"command": "dnx",
"args": [
"Neofenyx.SqlSentinel.Mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"sql-sentinel": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tkmawarire/sql-sentinel-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sql-sentinel": {
"command": "dnx",
"args": [
"Neofenyx.SqlSentinel.Mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sql-sentinel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tkmawarire/sql-sentinel-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sql-sentinel": {
"command": "dnx",
"args": [
"Neofenyx.SqlSentinel.Mcp"
]
}
}
}{
"mcpServers": {
"sql-sentinel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tkmawarire/sql-sentinel-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tkmawarire%2Fsql-sentinel)<a href="https://mcptoplist.com/server/io.github.tkmawarire%2Fsql-sentinel"><img src="https://mcptoplist.com/badge/io.github.tkmawarire%2Fsql-sentinel.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tkmawarire
Available versions (5)
| Version | Published |
|---|---|
| 2.3.1 | Feb 25, 2026 |
| 2.3.0 | Feb 25, 2026 |
| 2.2.0 | Feb 24, 2026 |
| 2.1.0 | Feb 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sql Sentinel?
- Sql Sentinel is maintained by tkmawarire, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Sql Sentinel listed on the Official MCP Registry?
- Yes — Sql Sentinel is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Sql Sentinel have?
- MCP Toplist tracks 5 versions of Sql Sentinel, most recently published on Feb 25, 2026.
- Where can I find the source code for Sql Sentinel?
- The source code for Sql Sentinel is hosted at github.com/tkmawarire/sql-sentinel.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.