DBTrail
Rank #1,391com.dbtrail/dbtrail
MySQL change tracking with instant row-level recovery and forensic attribution for compliance.
DBTrail is a Model Context Protocol (MCP) server published by dbtrail. It ranks #1,391 of 115,591 servers tracked on MCP Toplist, and its repository has 48 GitHub stars. DBTrail is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Feb 19, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 114,200 of 115,591 servers on MCP Toplist.
Use DBTrail
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http dbtrail https://api.dbtrail.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.dbtrail]
url = "https://api.dbtrail.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.dbtrail.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dbtrail": {
"url": "https://api.dbtrail.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"dbtrail": {
"type": "http",
"url": "https://api.dbtrail.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dbtrail": {
"serverUrl": "https://api.dbtrail.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dbtrail": {
"url": "https://api.dbtrail.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/com.dbtrail%2Fdbtrail)<a href="https://mcptoplist.com/server/com.dbtrail%2Fdbtrail"><img src="https://mcptoplist.com/badge/com.dbtrail%2Fdbtrail.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
dbtrail
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 14, 2026 |
Frequently asked questions
- Who maintains DBTrail?
- DBTrail is maintained by dbtrail, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is DBTrail listed on the Official MCP Registry?
- Yes — DBTrail is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does DBTrail have?
- MCP Toplist tracks 1 version of DBTrail, most recently published on Apr 14, 2026.
- Where can I find the source code for DBTrail?
- The source code for DBTrail is hosted at github.com/dbtrail/dbtrail.