Back to directory
haymon-ai/dbmcp

haymon-ai/dbmcp

@haymon-ai

Database MCP server for MySQL, MariaDB, PostgreSQL, and SQLite - with builtin PII redaction and write-prevention

databasesqlmysqlpostgresqlsqlitemcppii-redactiondbmcp

Installation & Configuration

{
  "mcpServers": {
    "dbmcp": {
      "command": "dbmcp",
      "args": [
        "stdio"
      ],
      "env": {
        "DB_BACKEND": "mysql",
        "DB_HOST": "127.0.0.1",
        "DB_PORT": "3306",
        "DB_USER": "root",
        "DB_PASSWORD": "secret",
        "DB_NAME": "mydb"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Rust
Created
2026/6/14
Updated
2026/6/15