mochow-mcp-server-python
If you are the rightful owner of mochow-mcp-server-python and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Server provides access to Baidu Cloud's vector database functionalities.
The Baidu Vector Database MCP Server is a protocol server that facilitates interaction with Baidu Cloud's vector database. It allows users to perform various database operations such as creating, listing, and using databases and tables. Additionally, it supports data manipulation, index operations, and retrieval tasks like vector similarity search and full-text search. The server is designed to work seamlessly with applications that support the Model Context Protocol (MCP), enabling integration with large language model applications like Claude Desktop and Cursor. The server can be run using the 'uv' tool without installation, making it easy to deploy and use.
Features
- Database Operations: Create, list, and use databases.
- Table Operations: List, describe, and get statistics of tables.
- Data Manipulation: Delete and select table rows using filter expressions.
- Index Operations: Create, rebuild, and drop vector indexes.
- Retrieval Operations: Perform vector similarity and full-text searches.