database
Centralizes database connectivity across MySQL, MariaDB, PostgreSQL, and SQLite through a single MCP interface, reducing integration complexity and operation…
A single-binary (~7 MB) MCP server for MySQL/MariaDB, PostgreSQL, and SQLite with zero runtime dependencies — no Python, Node, or Docker. Provides schema discovery, read/write queries, DDL, and query-explain tools over stdio or HTTP transports, with a read-only mode that hides write tools plus built-in PII redaction and write prevention.
- Run exploratory SQL queries against production datasets without manual export
- Auto-generate database reports and summaries from raw tables
- Validate data integrity by running consistency checks via Claude
Centralizes database connectivity across MySQL, MariaDB, PostgreSQL, and SQLite through a single MCP interface, reducing integration complexity and operational overhead for teams managing multiple database systems.
Data engineering and analytics teams standardizing database access patterns across heterogeneous infrastructure.
https://github.com/haymon-ai/dbmcp
By haymon-ai
How to Get It
curl -fsSL https://dbmcp.haymon.ai/install.sh | bash
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
After installing, paste this into Claude:
Help me run exploratory SQL queries against production datasets without manual export
Trust Signals Auto-scanned
Community Pulse Active
Discussed on Hacker News, Reddit
- We created a searchable database with all 20,000 files from Epstein’s Estate — Reddit · 74057 pts
- Claude-powered AI coding agent deletes entire company database in 9 seconds — ba — Reddit · 35869 pts
- ‘It took nine seconds’: Claude AI agent deletes company’s entire database — Reddit · 30844 pts
3 mentions across 1 sources
Reviewer notes
Auto-scanned review. These are observations, not a security certification.
Auto-assessment from April sweep — baseline scores pending hands-on review.
2026-04-18: Approved in April sweep: New and small but has a clear description and recent commits — worth tracking.
Things to check
- Write tools (writeQuery, createDatabase, dropDatabase, dropTable) are available unless you run in read-only mode, which hides them. Credentials pass via CLI flags or environment variables in your MCP client config — manage them carefully and restrict network exposure (README recommends loopback binding for HTTP transport in production).
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.