database-mcp-server

mradovic95/database-mcp-server

3.2

If you are the rightful owner of database-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Database MCP Server is a Model Context Protocol server designed to facilitate seamless integration between AI systems and database systems, offering features like connection pooling and query execution.

Tools

Functions exposed to the LLM to take actions

connect_database

Connect to a database with specified configuration.

connect_from_config

Connect to a database using a named configuration from config file.

list_connections

List all active database connections.

test_connection

Test the connectivity of a database connection.

close_connection

Close a database connection.

connection_info

Get detailed information about a specific connection.

execute_query

Execute a SQL query on a connected database.

show_configurations

Show all database configurations available in the config file.

export_connections

Export connection configurations for backup or migration.

import_connections

Import connection configurations from backup.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources