Home › Databases & Data › dbmcp
dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/haymon-ai/dbmcp:0.13.2
Or add to your MCP client config:
{
"mcpServers": {
"dbmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/haymon-ai/dbmcp:0.13.2"
]
}
}
}
This server takes extra arguments — see its repository.
Package (oci)
Package: oci ghcr.io/haymon-ai/dbmcp:0.13.2
HTTP_HOST— HTTP bind hostHTTP_PORT— HTTP bind portHTTP_ALLOWED_ORIGINS— Allowed CORS origins (comma-separated)HTTP_ALLOWED_HOSTS— Allowed host names (comma-separated)
This server takes extra arguments — see its repository.
This repository has 2 servers listed in the Official MCP Registry.
Other names: ai.haymon/database
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry