AbdelilahOu/DBMcp
If you are the rightful owner of DBMcp 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.
A Model Context Protocol (MCP) server that provides comprehensive database connectivity and query capabilities for Claude and other AI assistants.
Tools
Functions exposed to the LLM to take actions
execute_select
Run SELECT queries with formatted JSON results.
execute_query
Execute any SQL operation (INSERT, UPDATE, DELETE, etc.).
describe_table
Get detailed table structure, columns, and indexes.
list_tables
Browse all available tables with metadata.
get_db_info
Access general database information and statistics.
explain_query
Analyze query execution plans for optimization.
analyze_table
Retrieve table statistics and performance metrics.
list_connections
View all configured database connections.
switch_connection
Change active database connection during sessions.
test_connection
Verify database connectivity before operations.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client