MCP.so
登录
E

Exasol

@exasol

关于 Exasol

Exasol MCP server. Provides knowledge about the Exasol database to an LLM through the Model Context Protocol. With Exasol’s MCP Server, you’re not just giving LLMs access to your data. You’re giving them context, structure, and governance, without sacrificing performance or cont

基本信息

分类

其他

传输方式

stdio

发布者

exasol

提交者

Bhagya Kanwar

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Exasol?

An MCP server that provides LLM access to the Exasol database. It includes tools for reading database metadata and executing data-reading SQL queries.

How to use Exasol?

Key features of Exasol

  • Collects database metadata by enumerating schemas, tables, views, functions, and UDF scripts.
  • Provides filtering mechanisms when enumerating database objects.
  • Describes tables (columns and constraints) and functions/scripts (input and output parameters).
  • Enables keyword search of database objects.
  • Executes provided SQL queries.

Use cases of Exasol

  • LLM-powered exploration of an Exasol database schema.
  • Automatic generation and execution of data-reading queries from natural language.
  • Intelligent searching and retrieving metadata about database objects.

FAQ from Exasol

What does the Exasol MCP server do?

It gives an LLM access to an Exasol database via MCP tools for metadata retrieval and executing queries.

What database objects can it enumerate?

Schemas, tables, views, functions, and UDF scripts.

Does it support writing or modifying data?

No. The server is limited to reading metadata and executing data-reading SQL queries.

How is filtering implemented for object enumeration?

The server provides a filtering mechanism to use alongside object enumeration.

What can it describe for tables vs functions?

For tables it returns the list of columns and constraints; for functions and scripts it returns input and output parameters.

评论

其他 分类下的更多 MCP 服务器