Add new vikingdb-mcp-server

This commit is contained in:
KashiwaByte
2024-12-07 15:55:08 +08:00
parent 1805c651df
commit 867cd6ae8b
2 changed files with 2 additions and 1 deletions

View File

@@ -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的基本信息介绍并提供向量存储和查询的功能.
### 📂 <a name="file-systems"></a>文件系统

View File

@@ -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.
### 💻 <a name="developer-tools"></a>Developer Tools
Tools and integrations that enhance the development workflow and environment management.