Metadata-Version: 2.4
Name: tablestore-mcp-server
Version: 0.1.2
Summary: MCP server for retrieving context from a tablestore vector database
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: llama-index-embeddings-huggingface>=0.5.2
Requires-Dist: llama-index-embeddings-instructor>=0.3.0
Requires-Dist: llama-index-vector-stores-tablestore>=0.2.2
Requires-Dist: llama-index>=0.12.24
Requires-Dist: mcp[cli]>=1.4.1
Requires-Dist: pydantic-settings>=2.8.1
Requires-Dist: pydantic>=2.10.6
Requires-Dist: tablestore>=6.1.0
Description-Content-Type: text/markdown

# tablestore-mcp-server

A [Tablestore](https://www.aliyun.com/product/ots) Python MCP Server.

> [模型上下文协议（Model Context Protocol，MCP）](https://modelcontextprotocol.io/introduction)是一个开放协议，支持大型语言模型（LLM）应用程序与外部数据源及工具之间的无缝集成。
> 无论是开发AI驱动的集成开发环境（IDE）、增强聊天界面功能，还是创建定制化AI工作流，MCP均提供了一种标准化方案，
> 可将LLMs与其所需的关键背景信息高效连接。

# Github 链接

- [https://github.com/aliyun/alibabacloud-tablestore-mcp-server](https://github.com/aliyun/alibabacloud-tablestore-mcp-server)