dbmcp
Active·★ 23·MIT·Updated 2026-05-29
★ Trending★ Data Processing
A single-binary MCP server for MySQL, MariaDB, PostgreSQL, and SQLite
dbmcp is a single-binary MCP server that connects AI assistants to SQL databases like MySQL, PostgreSQL, and SQLite. It provides a set of MCP tools for database operations and supports both stdio and HTTP transports. The binary is small (~7 MB) with no runtime dependencies.
#ai#ai-agents#database#mariadb#mcp#mcp-server#mcp-servers#mysql
01
Features
01Multi-database support (MySQL/MariaDB, PostgreSQL, SQLite)
02MCP tools for database operations
03Single binary (~7 MB) with no runtime dependencies
04Multiple transports (stdio and HTTP)
05Two-layer configuration (CLI flags > environment variables)
02
Compatibility
MySQL
MySQL
Verified via docs
MariaDB
MariaDB
Verified via docs
PostgreSQL
PostgreSQL
Verified via docs
SQLite
SQLite
Verified via docs
03
Quick start
1
$ curl -fsSL https://dbmcp.haymon.ai/install.sh | bash
04
Use cases
↳Connect AI assistants to SQL databases for querying and management
↳Use with MCP clients like Claude Desktop or Cursor for natural language database interaction
↳Remote database management via HTTP transport
05
Alternatives
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
agents-best-practices★ 1.1k
Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.
Related searches
Comments
Log in to leave a comment
- Robin LeeMay 19, 2026
Works reliably for read-heavy analytics workflows across different database types.
- RRobin KimApr 24, 2026
Zero config for SQLite, minimal config for the others — easy to get started.
- SSam JohnsonMar 13, 2026
Good for projects that need multi-database access without running multiple servers.
- RRowan LeeMar 1, 2026
Single binary MCP server for MySQL, MariaDB, PostgreSQL, and SQLite is excellent coverage.