Baidu Vector Database MCP Server
OfficialRelated Servers
Alternatives to Baidu Vector Database MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides LLMs with read and write access to Feishu Base (飞书多维表格) databases, enabling them to inspect schemas and manipulate records through natural language.66 npm9-
- AlicenseNot gradedqualityCmaintenanceAn integration server implementing the Model Context Protocol that enables LLM applications to interact with Milvus vector database functionality, allowing vector search, collection management, and data operations through natural language.243Apache 2.0
- AlicenseAqualityCmaintenanceA Model Context Protocol server providing vector database capabilities through Chroma, enabling semantic document search, metadata filtering, and document management with persistent storage.641MIT
- FlicenseNot gradedqualityDmaintenanceA multi-functional computing platform server designed to integrate with large language models like Qwen, providing file access, database connections, API integration, and vector database functionality.3-
- AlicenseAqualityBmaintenanceA Model Context Protocol server that enables large language models to access database metadata and perform cross-engine data querying across diverse database ecosystems.1652Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables natural language queries to MySQL databases, powered by XiYanSQL text-to-SQL technology.240Apache 2.0
TDQS
Scored across 14 tools
Most tools have distinct purposes targeting specific database operations like creation, description, listing, and search. However, some overlap exists between 'select_table_rows' and 'vector_search'/'fulltext_search' as they all retrieve data, though their search methods differ (filter expression vs. vector/full-text). The descriptions help clarify these distinctions.
All tool names follow a consistent verb_noun pattern with snake_case, such as 'create_database', 'list_tables', and 'describe_index'. There are no deviations in naming conventions, making the set predictable and easy to parse.
With 14 tools, the count is well-scoped for a vector database server, covering essential operations like database/table management, indexing, and search. Each tool serves a clear purpose without redundancy, fitting within the typical 3-15 range for such domains.
The toolset provides comprehensive coverage for core vector database workflows, including CRUD-like operations (create, list, describe, delete) and specialized searches. Minor gaps include missing tools for updating table schemas or rows directly, but agents can work around this using existing tools like 'select_table_rows' and 'delete_table_rows' in combination.