KashiwaByte/vikingdb-mcp-server
VikingDB integration with collection and index introduction, vector store and search capabilities.
Quick Start
Clone the repository:
git clone https://github.com/KashiwaByte/vikingdb-mcp-serverClaude 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.