mcp-jdbc-server

mcp-jdbc-server

3.3

If you are the rightful owner of mcp-jdbc-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 henry@mcphub.com.

A lightweight MCP server for JDBC built with Quarkus, compatible with Virtuoso DBMS and other DBMS backends with JDBC drivers.

jdbc_get_schemas

List database schemas accessible to connected DBMS.

jdbc_get_tables

List tables associated with a selected database schema.

jdbc_describe_table

Provide the description of a table associated with a designated database schema.

jdbc_filter_table_names

List tables based on a substring pattern from the `q` input field.

jdbc_query_database

Execute a SQL query and return results in JSONL format.