-
securityA
license-
qualityA Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries.
Last updated -
92
Python
MIT License
该存储库是如何为多模型 NoSQL 数据库 Lindorm 创建 MCP 服务器的示例。
要使用此 MCP 服务器,请按照以下步骤操作:
您应该安装uv
。直接启动 mcp 服务器。
/path/to/alibabacloud-lindorm-mcp-server/
下创建.env
文件LindormVectorSearchClient
:在搜索引擎和向量引擎上执行全文搜索和向量搜索。LindormWideTableClient
:对Lindorm宽表执行SQL操作。lindorm_retrieve_from_index
:使用全文搜索和向量搜索从现有索引(或知识库)中检索,并返回聚合结果lindorm_get_index_fields
:获取索引(或知识库)的字段信息,特别是获取向量存储字段和内容存储字段。lindorm_list_all_index
:列出您拥有的所有索引(或知识库)。lindorm_execute_sql
:在 Lindorm 数据库上执行 SQL 查询。lindorm_show_tables
:获取Lindorm数据库中的所有表lindorm_describe_table
:获取 Lindorm 数据库中的表模式This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
实现与阿里云Lindorm多模型NoSQL数据库交互的示例服务器,允许应用程序通过统一的接口进行向量搜索、全文搜索和SQL操作。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-lindorm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server