JDBC Explorer
JSON →A server that enables LLMs to connect and interact with databases via JDBC, built using the Spring AI MCP framework.
Tools · 5
- addBusinessInsight Adds business insights discovered during data analysis to the "Business Insights" resource. Usually executed as part of the prompt "data-explorer"
- executeQuery Executes a SQL query against the connected database, returning the results
- getTableNames Gets the table names, including type, schema, and remarks
- describeTable Describe a table in the database including column information, primary keys, foreign keys, and indexes.
- getDatabaseInfo Get information about the database including SQL dialect, keywords, database product name, etc.
Links
★ 1 GitHub stars