java-mcp-sql-server

DGdev91/java-mcp-sql-server

3.3

If you are the rightful owner of java-mcp-sql-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.

A simple Java-based Model Context Protocol (MCP) server for SQL database interaction.

Tools

Functions exposed to the LLM to take actions

list_schemas

List all schemas in the database.

list_tables

List all tables in a schema.

get_table_structure

Get the structure of a table.

query_table

Query data from a table with optional limit.

execute_query

Execute a custom SQL query (SELECT only by default).

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources