Home › Databases & Data › MCP Database Server
MCP Database Server
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
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 docker.io/souhardyak/mcp-db-server:1.3.1
Or add to your MCP client config:
{
"mcpServers": {
"mcp-db-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"env": {
"DATABASE_URL": "<YOUR_VALUE>"
}
}
}
}
DATABASE_URL— Database connection URL. Defaults to local SQLite in /data/default.db.
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