Talk to your databases in natural language. Multi-database MCP server (PostgreSQL, MySQL, SQLite) with 19 tools for connection management, schema introspection, query execution, rollback snapshots, and query history. Auto-discovers schema with FKs so AI agents can build JOINs from natural language. Confirmation required for destructive ops. Zero config.
Server Config
{
"mcpServers": {
"database": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp@latest"
]
}
}
}