Back to MCP Servers
Vikingdb
VikingDB integration with collection and index introduction, vector store and search capabilities.
databases
By KashiwaByte
Installation
npx -y vikingdb-mcp-serverConfiguration
{
"mcpServers": {
"vikingdb-mcp-server": {
"command": "npx",
"args": ["-y", "vikingdb-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes