alibabacloud-lindorm-mcp-server

alibabacloud-lindorm-mcp-server

3

The project is designed to implement an MCP server for Lindorm, focusing on its integration with various Lindorm engines and database management capabilities. It includes components for vector and wide-table operations and tools for interacting with the database features.

Lindorm MCP Server

This repository demonstrates creating an MCP server for Lindorm, a multi-model NoSQL database.

Usage

  • Purchase and configure Lindorm engines on Alibaba Cloud.
  • Deploy a text-embedding model and import data.
  • Set up the environment and configure necessary settings in a .env file.

Running the MCP Server

  • Install dependencies with uv.
  • Start the server via command line or Visual Studio Code with the Cline extension.

Components

  • LindormVectorSearchClient: Handles text and vector searches.
  • LindormWideTableClient: Manages SQL operations on wide tables.

Available Tools

  • Various tools for retrieving data, executing SQL queries, and managing indexes and tables in Lindorm.