vikingdb-mcp-server
VikingDB is a high-performance vector database tool designed to store and search information efficiently. It provides a Model Context Protocol server implementation facilitating its deployment and use in cloud environments.
VikingDB MCP Server
VikingDB is a high-performance vector database developed by ByteDance. This MCP server allows for storing and searching within VikingDB. The server implements tools such as collection introduction, index introduction, upsert information, and search functionality. Configuration requires setting details like host, region, access key, secret key, collection name, and index name. Installation is facilitated via Smithery, particularly for use with Claude Desktop. For development, building and publishing involve syncing dependencies, building package distributions, and publishing to PyPI. Debugging is optimized using the MCP Inspector.