Loading...
npx -y @smithery/cli install mcp-server-vikingdb --client claude{
"mcpServers": {
"mcp-server-vikingdb": {
"command": "uv",
"args": [
"--directory",
"dir to mcp-server-vikingdb",
"run",
"mcp-server-vikingdb",
"--vikingdb-host",
"your host",
"--vikingdb-region",
"your region",
"--vikingdb-ak",
"your access key",
"--vikingdb-sk",
"your secret key",
"--collection-name",
"your collection name",
"--index-name",
"your index name"
]
}
}
}vikingdb-colleciton-introIntroduces the collection of vikingdb.
Read-only operation, provides information about the collection.
vikingdb-index-introIntroduces the index of vikingdb.
Read-only operation, provides information about the index.
vikingdb-upsert-informationUpserts information to vikingdb for later use.
Writes data to the database, but doesn't delete or modify schema.
vikingdb-search-informationSearches for information in the VikingDB.
Read-only operation, retrieves information from the database.
The VikingDB MCP server offers convenient tools for interacting with a VikingDB instance. However, the reliance on API keys and the absence of sandboxing mechanisms introduce risks. It's relatively safe for read-only operations but becomes risky when write operations are involved, especially without proper key management and access controls.