Skip to content
Back to search
30
MCP

MCP Database Server

docker-mcp/database-server

Comprehensive database server supporting PostgreSQL, MySQL, and SQLite with natural language SQL query capabilities. Enables AI agents to interact with databases through both direct SQL and natural language queries.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
7
callable
Primary URL

Tools · 7

query_database
list_tables
describe_table
execute_sql
connect_to_database
get_connection_examples
get_current_database_info

Similar MCP servers embedding-nearest

MCP Database Server
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
0 tools
MCP Database Server
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
0 tools
io.github.atarkowska/fastmcp-sqltools
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
0 tools
mcp-database-server
MCP Database Server is a new MCP Server which helps connect with Sqlite, SqlServer and Posgresql Databases
0 tools
noquieono/mcp-postgres-server
MCP server for PostgreSQL — gives AI assistants safe, direct access to your database.
0 tools
da2-mcp-multi-db
A Multi-Database MCP Server - enables AI assistants to query and explore PostgreSQL and MySQL databases
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp_database_server": {
      "url": "None",
      "transport": "http"
    }
  }
}