KashiwaByte/vikingdb-mcp-server
by Various
a mcp server for vikingdb store and search
MCP
KashiwaByte/vikingdb-mcp-server
Added 1 June 2026
Overview
An MCP (Model Context Protocol) server for VikingDB, enabling store and search operations. It is written in Python and acts as a bridge between VikingDB and MCP-compatible clients.
Best for
Best for
Developers using VikingDB who need an MCP interface for store and search operations
Use cases
- Integrate VikingDB vector search into MCP workflows
- Store and retrieve embeddings through a standardized protocol
- Build AI agents that query VikingDB via MCP
How to use
Install
npx -y @smithery/cli install mcp-server-vikingdb --client claude Tools exposed
vikingdb-colleciton-introvikingdb-index-introvikingdb-upsert-informationvikingdb-search-information
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "mcp-server-vikingdb": {\n "command": "uv",\n "args": [\n "--directory",\n "dir to mcp-server-vikingdb",\n "run",\n "mcp-server-vikingdb",\n "--vikingdb-host",\n "your host",\n "--vikingdb-region",\n "your region",\n "--vikingdb-ak",\n "your access key",\n "--vikingdb-sk",\n "your secret key",\n "--collection-name",\n "your collection name",\n "--index-name",\n "your index name"\n ]\n }\n }\n} Notes
An MCP (Model Context Protocol) server for VikingDB, enabling store and search operations. It is written in Python and acts as a bridge between VikingDB and MCP-compatible clients.
4 stars on GitHub. Last updated 2025-08-18.
Use cases
- Integrate VikingDB vector search into MCP workflows
- Store and retrieve embeddings through a standardized protocol
- Build AI agents that query VikingDB via MCP
Pros
- Open source with a permissive license
- Written in Python for broad compatibility
- Leverages MCP for interoperability
Cons
- Low star count (4) suggests limited adoption or early stage
- Documentation and community support may be minimal
- Depends on both VikingDB and MCP infrastructure
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source with a permissive license
- Written in Python for broad compatibility
- Leverages MCP for interoperability
Cons
- Low star count (4) suggests limited adoption or early stage
- Documentation and community support may be minimal
- Depends on both VikingDB and MCP infrastructure
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.