drainney-jrt/jdbc-mcp-server
3.3
If you are the rightful owner of jdbc-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 Common Database MCP Server is a versatile server that provides database connectivity to various IDEs and supports multiple database types through native Python drivers.
Tools
Functions exposed to the LLM to take actions
list_databases
List all configured database connections.
test_connection
Test database connectivity.
list_schemas
List all schemas/databases (PostgreSQL/MySQL only).
list_tables
List all tables in a database.
describe_table
Get detailed table schema.
execute_query
Execute a SELECT query with parameterized inputs.
get_sample_data
Get sample rows from a table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client