OpenLinkSoftware_mcp-jdbc-server

OpenLinkSoftware_mcp-jdbc-server

0

The Java based Model Context Protocol (MCP) Server for JDBC is a versatile tool for managing and interacting with databases through a lightweight server. It is compatible with multiple DBMS backends using JDBC drivers and offers features like schema fetching, table description, and executing queries.

jdbc_get_schemas

List all schemas in the database

jdbc_get_tables

List tables in a specific schema

jdbc_describe_table

Describe the structure of the table

jdbc_filter_table_names

Filter table names based on substrings

jdbc_query_database

Execute SQL query and return JSON format results

jdbc_execute_query_md

Execute SQL query and return Markdown table format results

jdbc_spasql_query

Execute SPASQL query (specific to Virtuoso)

jdbc_sparql_query

Execute SPARQL query (specific to Virtuoso)

jdbc_virtuoso_support_ai

Interact with Virtuoso's AI-enabled assistant (Virtuoso is unique)