Couchbase
Enables Large Language Models (LLMs) to interact directly with Couchbase clusters for data access and manipulation.
关于
This tool provides a Model Context Protocol (MCP) server implementation for Couchbase, allowing LLMs to seamlessly access and interact with data stored within Couchbase clusters. By enabling natural language queries and CRUD operations directly on Couchbase documents, it streamlines the integration of Couchbase data with LLM-powered applications.
主要功能
- Retrieves lists of scopes and collections within a specified bucket.
- Gets the structure of a collection.
- Retrieves, upserts, and deletes documents by ID.
- Executes SQL++ queries on specified scopes.
- Supports read-only query mode to prevent data modification via SQL++.
- 4 GitHub stars
使用案例
- Integrating Couchbase data with LLM-powered applications.
- Enabling natural language queries against Couchbase databases.
- Automating CRUD operations on Couchbase documents using LLMs.