Back to MCP Servers
Alibabacloud Tablestore
MCP service for Tablestore, features include adding documents, semantic search for documents based on vectors and scalars, RAG-friendly, and serverless.
databasesrag
By aliyun
Installation
npx -y alibabacloud-tablestore-mcp-serverConfiguration
{
"mcpServers": {
"alibabacloud-tablestore-mcp-server": {
"command": "npx",
"args": ["-y", "alibabacloud-tablestore-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes