aliyun/alibabacloud-tablestore-mcp-server
MCP service for Tablestore, features include adding documents, semantic search for documents based on vectors and scalars, RAG-friendly, and serverless.
Quick Start
Clone the repository:
git clone https://github.com/aliyun/alibabacloud-tablestore-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"alibabacloud-tablestore-mcp-server": {
"command": "npx",
"args": [
"-y",
"aliyun/alibabacloud-tablestore-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.