From 867cd6ae8be7a8438398e385545c56f247e5dd1b Mon Sep 17 00:00:00 2001
From: KashiwaByte <471314513@qq.com>
Date: Sat, 7 Dec 2024 15:55:08 +0800
Subject: [PATCH] Add new vikingdb-mcp-server
---
README-zh.md | 1 +
README.md | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README-zh.md b/README-zh.md
index 44696ab5..2712f49b 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -89,6 +89,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - PostgreSQL 数据库集成了模式检查和查询功能
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - 具有内置分析功能的 SQLite 数据库操作
- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB 数据库集成了模式检查和查询功能
+- - [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server)🐍☁️ - VikingDB 数据库集成了collection和index的基本信息介绍,并提供向量存储和查询的功能.
### 📂 文件系统
diff --git a/README.md b/README.md
index c97d7d2d..a69def63 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ Secure database access with schema inspection capabilities. Enables querying and
- [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) 📇 🏠 - MongoDB integration that enables LLMs to interact directly with databases.
- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - Tinybird integration with query and API capabilities
- [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - A Model Context Protocol Server for MongoDB
-
+- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server)🐍☁️ - VikingDB integration with collection and index introduction, vector store and search capabilities.
### 💻 Developer Tools
Tools and integrations that enhance the development workflow and environment management.