VikingDB
- Databases
- Search
An mcp server for vikingdb store and search.
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
index_name | Yes | The name of the index to use. | |
vikingdb_ak | Yes | The Access Key to use for the VikingDB server. | |
vikingdb_sk | Yes | The Secret Key to use for the VikingDB server. | |
vikingdb_host | Yes | The host to use for the VikingDB server. | |
collection_name | Yes | The name of the collection to use. | |
vikingdb_region | Yes | The region to use for the VikingDB server. |
VikingDB MCP server
an mcp server for vikingdb store and search
What is VikingDB
VikingDB is a high-performance vector database developed by ByteDance.
You can easily use it following the doc bellow: https://www.volcengine.com/docs/84313/1254444
Tools
The server implements the following tools:
- vikingdb-colleciton-intro: introduce the collection of vikingdb
- vikingdb-index-intro: introduce the index of vikingdb
- vikingdb-upsert-information: upsert information to vikingdb for later use
- vikingdb-search-information: searche for information in the VikingDB
Configuration
- vikingdb_host: The host to use for the VikingDB server.
- vikingdb_region: The region to use for the VikingDB server.
- vikingdb_ak: The Access Key to use for the VikingDB server.
- vikingdb_sk: The Secret Key to use for the VikingDB server.
- collection_name: The name of the collection to use.
- index_name: The name of the index to use.
Quickstart
Install
Installing via Smithery
To install VikingDB MCP server for Claude Desktop automatically via Smithery:
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
Published Servers Configuration
Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
- Build package distributions:
This will create source and wheel distributions in the dist/
directory.
- Publish to PyPI:
Note: You'll need to set PyPI credentials via environment variables or command flags:
- Token:
--token
orUV_PUBLISH_TOKEN
- Or username/password:
--username
/UV_PUBLISH_USERNAME
and--password
/UV_PUBLISH_PASSWORD
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm
with this command:
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: