Database
Rank #4,422ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention
Database is a Model Context Protocol (MCP) server published by haymon-ai. It ranks #4,422 of 132,046 servers tracked on MCP Toplist, and its repository has 32 GitHub stars. Database is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 24 tracked versions. It was first listed on Mar 14, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 127,624 of 132,046 servers on MCP Toplist.
Use Database
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dbmcp -- docker run -i --rm ghcr.io/haymon-ai/dbmcp:0.13.2 stdioclaude mcp add dbmcp -e "HTTP_HOST=<your HTTP_HOST>" -e "HTTP_PORT=<your HTTP_PORT>" -e "HTTP_ALLOWED_ORIGINS=<your HTTP_ALLOWED_ORIGINS>" -e "HTTP_ALLOWED_HOSTS=<your HTTP_ALLOWED_HOSTS>" -- docker run -i --rm ghcr.io/haymon-ai/dbmcp:0.13.2 http --host 127.0.0.1 --port 9001Replace each placeholder with your own value before saving.
[mcp_servers.dbmcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/haymon-ai/dbmcp:0.13.2", "stdio"]Add to ~/.codex/config.toml.
[mcp_servers.dbmcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/haymon-ai/dbmcp:0.13.2", "http", "--host", "127.0.0.1", "--port", "9001"]
[mcp_servers.dbmcp.env]
HTTP_HOST = "<your HTTP_HOST>"
HTTP_PORT = "<your HTTP_PORT>"
HTTP_ALLOWED_ORIGINS = "<your HTTP_ALLOWED_ORIGINS>"
HTTP_ALLOWED_HOSTS = "<your HTTP_ALLOWED_HOSTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"http",
"--host",
"127.0.0.1",
"--port",
"9001"
],
"env": {
"HTTP_HOST": "<your HTTP_HOST>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_ALLOWED_ORIGINS": "<your HTTP_ALLOWED_ORIGINS>",
"HTTP_ALLOWED_HOSTS": "<your HTTP_ALLOWED_HOSTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"http",
"--host",
"127.0.0.1",
"--port",
"9001"
],
"env": {
"HTTP_HOST": "<your HTTP_HOST>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_ALLOWED_ORIGINS": "<your HTTP_ALLOWED_ORIGINS>",
"HTTP_ALLOWED_HOSTS": "<your HTTP_ALLOWED_HOSTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dbmcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"dbmcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"http",
"--host",
"127.0.0.1",
"--port",
"9001"
],
"env": {
"HTTP_HOST": "<your HTTP_HOST>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_ALLOWED_ORIGINS": "<your HTTP_ALLOWED_ORIGINS>",
"HTTP_ALLOWED_HOSTS": "<your HTTP_ALLOWED_HOSTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"http",
"--host",
"127.0.0.1",
"--port",
"9001"
],
"env": {
"HTTP_HOST": "<your HTTP_HOST>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_ALLOWED_ORIGINS": "<your HTTP_ALLOWED_ORIGINS>",
"HTTP_ALLOWED_HOSTS": "<your HTTP_ALLOWED_HOSTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"stdio"
]
}
}
}{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2",
"http",
"--host",
"127.0.0.1",
"--port",
"9001"
],
"env": {
"HTTP_HOST": "<your HTTP_HOST>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_ALLOWED_ORIGINS": "<your HTTP_ALLOWED_ORIGINS>",
"HTTP_ALLOWED_HOSTS": "<your HTTP_ALLOWED_HOSTS>"
}
}
}
}Replace each placeholder with your own value before saving.
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/ai.haymon%2Fdbmcp)<a href="https://mcptoplist.com/server/ai.haymon%2Fdbmcp"><img src="https://mcptoplist.com/badge/ai.haymon%2Fdbmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
haymon-ai
Available versions (24)
| Version | Published |
|---|---|
| 0.13.2 | May 29, 2026 |
| 0.13.1 | May 25, 2026 |
| 0.12.1 | May 22, 2026 |
| 0.12.0 | May 21, 2026 |
| 0.11.1 | May 17, 2026 |
| 0.11.0 | May 11, 2026 |
| 0.10.4 | May 11, 2026 |
| 0.10.3 | May 8, 2026 |
| 0.10.2 | May 7, 2026 |
| 0.10.1 | May 4, 2026 |
| 0.10.0 | May 3, 2026 |
| 0.9.1 | May 1, 2026 |
| 0.9.0 | Apr 29, 2026 |
| 0.8.0 | Apr 23, 2026 |
| 0.7.0 | Apr 20, 2026 |
| 0.6.4 | Apr 15, 2026 |
| 0.6.3 | Apr 15, 2026 |
| 0.6.2 | Apr 12, 2026 |
| 0.6.1 | Apr 10, 2026 |
| 0.6.0 | Apr 8, 2026 |
| 0.5.2 | Apr 6, 2026 |
| 0.5.0 | Apr 1, 2026 |
| 0.4.0 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Database?
- Database is maintained by haymon-ai, which publishes 1 MCP server (24 total versions) tracked on MCP Toplist.
- Is Database listed on the Official MCP Registry?
- Yes — Database is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Database have?
- MCP Toplist tracks 24 versions of Database, most recently published on May 29, 2026.
- Where can I find the source code for Database?
- The source code for Database is hosted at github.com/haymon-ai/dbmcp.
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.