Skip to main content
DatabasesPython

KashiwaByte/vikingdb-mcp-server

VikingDB integration with collection and index introduction, vector store and search capabilities.

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/KashiwaByte/vikingdb-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "vikingdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "KashiwaByte/vikingdb-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
KashiwaByte