alibabacloud-tablestore-mcp-server
This MCP server provides a framework for building AI applications using Tablestore.
The alibabacloud-tablestore-mcp-server repository includes implementations in both Java and Python, allowing developers to create AI applications such as knowledge-based question-answering systems. It offers examples and optimized solutions for integrating with private knowledge bases, enhancing the capabilities of AI-driven applications. The repository also encourages community engagement through a public DingTalk group for discussions on AI technology.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"alibabacloud-tablestore-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alibabacloud-tablestore-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions