Exasol MCP
JSON →Exasol MCP server. Provides knowledge about the Exasol database to an LLM through the Model Context Protocol.
Tools · 4
- collect_metadata Enumerates existing database objects including schemas, tables, views, functions and UDF scripts with filtering mechanisms
- describe_object Describes database objects: for tables returns list of columns and constraints; for functions and scripts returns input and output parameters
- search_objects Enables keyword search of database objects
- execute_query Executes provided SQL query for data reading
Links
★ 12 GitHub stars