couchbase-mcp-server 0.3.1rc3__tar.gz → 0.4.0rc1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. couchbase_mcp_server-0.4.0rc1/PKG-INFO +443 -0
  2. couchbase_mcp_server-0.4.0rc1/README.md +419 -0
  3. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/pyproject.toml +7 -4
  4. couchbase_mcp_server-0.4.0rc1/src/couchbase_mcp_server.egg-info/PKG-INFO +443 -0
  5. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/couchbase_mcp_server.egg-info/requires.txt +3 -3
  6. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/mcp_server.py +49 -7
  7. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/tools/__init__.py +3 -3
  8. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/tools/query.py +7 -3
  9. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/tools/server.py +4 -3
  10. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/utils/__init__.py +10 -0
  11. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/utils/constants.py +10 -0
  12. couchbase_mcp_server-0.3.1rc3/PKG-INFO +0 -256
  13. couchbase_mcp_server-0.3.1rc3/README.md +0 -232
  14. couchbase_mcp_server-0.3.1rc3/src/couchbase_mcp_server.egg-info/PKG-INFO +0 -256
  15. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/LICENSE +0 -0
  16. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/setup.cfg +0 -0
  17. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/couchbase_mcp_server.egg-info/SOURCES.txt +0 -0
  18. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/couchbase_mcp_server.egg-info/dependency_links.txt +0 -0
  19. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/couchbase_mcp_server.egg-info/entry_points.txt +0 -0
  20. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/couchbase_mcp_server.egg-info/top_level.txt +0 -0
  21. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/tools/kv.py +0 -0
  22. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/utils/config.py +0 -0
  23. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/utils/connection.py +0 -0
  24. {couchbase_mcp_server-0.3.1rc3 → couchbase_mcp_server-0.4.0rc1}/src/utils/context.py +0 -0
@@ -0,0 +1,443 @@
1
+ Metadata-Version: 2.4
2
+ Name: couchbase-mcp-server
3
+ Version: 0.4.0rc1
4
+ Summary: Couchbase MCP Server - The Developer Data Platform for Critical Applications in Our AI World
5
+ Author-email: Nithish Raghunandanan <devadvocates@couchbase.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/Couchbase-Ecosystem/mcp-server-couchbase
8
+ Project-URL: Documentation, https://github.com/Couchbase-Ecosystem/mcp-server-couchbase#readme
9
+ Project-URL: Issues, https://github.com/Couchbase-Ecosystem/mcp-server-couchbase/issues
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Database
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE
16
+ Requires-Dist: click==8.2.1
17
+ Requires-Dist: couchbase==4.4.0
18
+ Requires-Dist: lark-sqlpp==0.0.1
19
+ Requires-Dist: mcp[cli]==1.12.0
20
+ Provides-Extra: dev
21
+ Requires-Dist: ruff==0.12.5; extra == "dev"
22
+ Requires-Dist: pre-commit==4.2.0; extra == "dev"
23
+ Dynamic: license-file
24
+
25
+ # Couchbase MCP Server
26
+
27
+ An [MCP](https://modelcontextprotocol.io/) server implementation of Couchbase that allows LLMs to directly interact with Couchbase clusters.
28
+
29
+ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) [![PyPI version](https://badge.fury.io/py/couchbase-mcp-server.svg)](https://pypi.org/project/couchbase-mcp-server/) [![Verified on MseeP](https://mseep.ai/badge.svg)](https://mseep.ai/app/13fce476-0e74-4b1e-ab82-1df2a3204809)
30
+
31
+ <a href="https://glama.ai/mcp/servers/@Couchbase-Ecosystem/mcp-server-couchbase">
32
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/@Couchbase-Ecosystem/mcp-server-couchbase/badge" alt="Couchbase Server MCP server" />
33
+ </a>
34
+
35
+ ## Features
36
+
37
+ - Get a list of all the scopes and collections in the specified bucket
38
+ - Get the structure for a collection
39
+ - Get a document by ID from a specified scope and collection
40
+ - Upsert a document by ID to a specified scope and collection
41
+ - Delete a document by ID from a specified scope and collection
42
+ - Run a [SQL++ query](https://www.couchbase.com/sqlplusplus/) on a specified scope
43
+ - There is an option in the MCP server, `CB_MCP_READ_ONLY_QUERY_MODE` that is set to true by default to disable running SQL++ queries that change the data or the underlying collection structure. Note that the documents can still be updated by ID.
44
+ - Get the status of the MCP server
45
+ - Check the cluster credentials by connecting to the cluster
46
+
47
+ ## Prerequisites
48
+
49
+ - Python 3.10 or higher.
50
+ - A running Couchbase cluster. The easiest way to get started is to use [Capella](https://docs.couchbase.com/cloud/get-started/create-account.html#getting-started) free tier, which is fully managed version of Couchbase server. You can follow [instructions](https://docs.couchbase.com/cloud/clusters/data-service/import-data-documents.html#import-sample-data) to import one of the sample datasets or import your own.
51
+ - [uv](https://docs.astral.sh/uv/) installed to run the server.
52
+ - An [MCP client](https://modelcontextprotocol.io/clients) such as [Claude Desktop](https://claude.ai/download) installed to connect the server to Claude. The instructions are provided for Claude Desktop and Cursor. Other MCP clients could be used as well.
53
+
54
+ ## Configuration
55
+
56
+ The MCP server can be run either from the pre built PyPI package or the source using uv.
57
+
58
+ ### Running from PyPI
59
+
60
+ We publish a pre built [PyPI package](https://pypi.org/project/couchbase-mcp-server/) for the MCP server.
61
+
62
+ #### Server Configuration using Pre built Package for MCP Clients
63
+
64
+ ```json
65
+ {
66
+ "mcpServers": {
67
+ "couchbase": {
68
+ "command": "uvx",
69
+ "args": ["couchbase-mcp-server"],
70
+ "env": {
71
+ "CB_CONNECTION_STRING": "couchbases://connection-string",
72
+ "CB_USERNAME": "username",
73
+ "CB_PASSWORD": "password",
74
+ "CB_BUCKET_NAME": "bucket_name"
75
+ }
76
+ }
77
+ }
78
+ }
79
+ ```
80
+
81
+ > Note: If you have other MCP servers in use in the client, you can add it to the existing `mcpServers` object.
82
+
83
+ ### Running from Source
84
+
85
+ The MCP server can be run from the source using this repository.
86
+
87
+ #### Clone the repository to your local machine.
88
+
89
+ ```bash
90
+ git clone https://github.com/Couchbase-Ecosystem/mcp-server-couchbase.git
91
+ ```
92
+
93
+ #### Server Configuration using Source for MCP Clients
94
+
95
+ This is the common configuration for the MCP clients such as Claude Desktop, Cursor, Windsurf Editor.
96
+
97
+ ```json
98
+ {
99
+ "mcpServers": {
100
+ "couchbase": {
101
+ "command": "uv",
102
+ "args": [
103
+ "--directory",
104
+ "path/to/cloned/repo/mcp-server-couchbase/",
105
+ "run",
106
+ "src/mcp_server.py"
107
+ ],
108
+ "env": {
109
+ "CB_CONNECTION_STRING": "couchbases://connection-string",
110
+ "CB_USERNAME": "username",
111
+ "CB_PASSWORD": "password",
112
+ "CB_BUCKET_NAME": "bucket_name"
113
+ }
114
+ }
115
+ }
116
+ }
117
+ ```
118
+
119
+ > Note: `path/to/cloned/repo/mcp-server-couchbase/` should be the path to the cloned repository on your local machine. Don't forget the trailing slash at the end!
120
+
121
+ > Note: If you have other MCP servers in use in the client, you can add it to the existing `mcpServers` object.
122
+
123
+ ### Additional Configuration for MCP Server
124
+
125
+ The server can be configured using environment variables or command line arguments:
126
+
127
+ | Environment Variable | CLI Argument | Description | Default |
128
+ | ----------------------------- | ------------------------ | ------------------------------------------ | ------------ |
129
+ | `CB_CONNECTION_STRING` | `--connection-string` | Connection string to the Couchbase cluster | **Required** |
130
+ | `CB_USERNAME` | `--username` | Username with bucket access | **Required** |
131
+ | `CB_PASSWORD` | `--password` | Password for authentication | **Required** |
132
+ | `CB_BUCKET_NAME` | `--bucket-name` | Name of the bucket to access | **Required** |
133
+ | `CB_MCP_READ_ONLY_QUERY_MODE` | `--read-only-query-mode` | Prevent data modification queries | `true` |
134
+ | `CB_MCP_TRANSPORT` | `--transport` | Transport mode: `stdio`, `http`, `sse` | `stdio` |
135
+ | `CB_MCP_HOST` | `--host` | Host for HTTP/SSE transport modes | `127.0.0.1` |
136
+ | `CB_MCP_PORT` | `--port` | Port for HTTP/SSE transport modes | `8000` |
137
+
138
+ You can also check the version of the server using:
139
+
140
+ ```bash
141
+ uvx couchbase-mcp-server --version
142
+ ```
143
+
144
+ #### Client Specific Configuration
145
+
146
+ <details>
147
+ <summary>Claude Desktop</summary>
148
+
149
+ Follow the steps below to use Couchbase MCP server with Claude Desktop MCP client
150
+
151
+ 1. The MCP server can now be added to Claude Desktop by editing the configuration file. More detailed instructions can be found on the [MCP quickstart guide](https://modelcontextprotocol.io/quickstart/user).
152
+
153
+ - On Mac, the configuration file is located at `~/Library/Application Support/Claude/claude_desktop_config.json`
154
+ - On Windows, the configuration file is located at `%APPDATA%\Claude\claude_desktop_config.json`
155
+
156
+ Open the configuration file and add the [configuration](#configuration) to the `mcpServers` section.
157
+
158
+ 2. Restart Claude Desktop to apply the changes.
159
+
160
+ 3. You can now use the server in Claude Desktop to run queries on the Couchbase cluster using natural language and perform CRUD operations on documents.
161
+
162
+ Logs
163
+
164
+ The logs for Claude Desktop can be found in the following locations:
165
+
166
+ - MacOS: ~/Library/Logs/Claude
167
+ - Windows: %APPDATA%\Claude\Logs
168
+
169
+ The logs can be used to diagnose connection issues or other problems with your MCP server configuration. For more details, refer to the [official documentation](https://modelcontextprotocol.io/quickstart/user#troubleshooting).
170
+
171
+ </details>
172
+
173
+ <details>
174
+ <summary>Cursor</summary>
175
+
176
+ Follow steps below to use Couchbase MCP server with Cursor:
177
+
178
+ 1. Install [Cursor](https://cursor.sh/) on your machine.
179
+
180
+ 2. In Cursor, go to Cursor > Cursor Settings > Tools & Integrations > MCP Tools. Also, checkout the docs on [setting up MCP server configuration](https://docs.cursor.com/en/context/mcp#configuring-mcp-servers) from Cursor.
181
+
182
+ 3. Specify the same [configuration](#configuration). You may need to add the server configuration under a parent key of mcpServers.
183
+
184
+ 4. Save the configuration.
185
+
186
+ 5. You will see couchbase as an added server in MCP servers list. Refresh to see if server is enabled.
187
+
188
+ 6. You can now use the Couchbase MCP server in Cursor to query your Couchbase cluster using natural language and perform CRUD operations on documents.
189
+
190
+ For more details about MCP integration with Cursor, refer to the [official Cursor MCP documentation](https://docs.cursor.com/en/context/mcp).
191
+
192
+ Logs
193
+
194
+ In the bottom panel of Cursor, click on "Output" and select "Cursor MCP" from the dropdown menu to view server logs. This can help diagnose connection issues or other problems with your MCP server configuration.
195
+
196
+ </details>
197
+
198
+ <details>
199
+ <summary>Windsurf Editor</summary>
200
+
201
+ Follow the steps below to use the Couchbase MCP server with [Windsurf Editor](https://windsurf.com/).
202
+
203
+ 1. Install [Windsurf Editor](https://windsurf.com/download) on your machine.
204
+
205
+ 2. In Windsurf Editor, navigate to Command Palette > Windsurf MCP Configuration Panel or Windsurf - Settings > Advanced > Cascade > Model Context Protocol (MCP) Servers. For more details on the configuration, please refer to the [official documentation](https://docs.windsurf.com/windsurf/cascade/mcp#adding-a-new-mcp-plugin).
206
+
207
+ 3. Click on Add Server and then Add custom server. On the configuration that opens in the editor, add the Couchbase MCP Server [configuration](#configuration) from above.
208
+
209
+ 4. Save the configuration.
210
+
211
+ 5. You will see couchbase as an added server in MCP Servers list under Advanced Settings. Refresh to see if server is enabled.
212
+
213
+ 6. You can now use the Couchbase MCP server in Windsurf Editor to query your Couchbase cluster using natural language and perform CRUD operations on documents.
214
+
215
+ For more details about MCP integration with Windsurf Editor, refer to the official [Windsurf MCP documentation](https://docs.windsurf.com/windsurf/cascade/mcp).
216
+
217
+ </details>
218
+
219
+ ## Streamable HTTP Transport Mode
220
+
221
+ The MCP Server can be run in [Streamable HTTP](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http) transport mode which allows multiple clients to connect to the same server instance via HTTP.
222
+ Check if your [MCP client](https://modelcontextprotocol.io/clients) supports streamable http transport before attempting to connect to MCP server in this mode.
223
+
224
+ > Note: This mode does not include authorization support.
225
+
226
+ ### Usage
227
+
228
+ By default, the MCP server will run on port 8000 but this can be configured using the `--port` or `CB_MCP_PORT` environment variable.
229
+
230
+ ```bash
231
+ uvx couchbase-mcp-server --connection-string='<couchbase_connection_string>' --username='<database_username>' --password='<database_password>' --bucket-name='<couchbase_bucket_to_use>' --read-only-query-mode=true --transport=streamable-http
232
+ ```
233
+
234
+ The server will be available on http://localhost:8000/mcp. This can be used in MCP clients supporting streamable http transport mode such as Cursor.
235
+
236
+ ### MCP Client Configuration
237
+
238
+ ```json
239
+ {
240
+ "mcpServers": {
241
+ "couchbase-http": {
242
+ "url": "http://localhost:8000/mcp"
243
+ }
244
+ }
245
+ }
246
+ ```
247
+
248
+ ## SSE Transport Mode
249
+
250
+ There is an option to run the MCP server in [Server-Sent Events (SSE)](https://modelcontextprotocol.io/specification/2024-11-05/basic/transports#http-with-sse) transport mode.
251
+
252
+ > Note: SSE mode has been [deprecated](https://modelcontextprotocol.io/docs/concepts/transports#server-sent-events-sse-deprecated) by MCP. We have support for [Streamable HTTP](#streamable-http-transport-mode).
253
+
254
+ ### Usage
255
+
256
+ By default, the MCP server will run on port 8000 but this can be configured using the `--port` or `CB_MCP_PORT` environment variable.
257
+
258
+ ```bash
259
+ uvx couchbase-mcp-server --connection-string='<couchbase_connection_string>' --username='<database_username>' --password='<database_password>' --bucket-name='<couchbase_bucket_to_use>' --read-only-query-mode=true --transport=sse
260
+ ```
261
+
262
+ The server will be available on http://localhost:8000/sse. This can be used in MCP clients supporting SSE transport mode such as Cursor.
263
+
264
+ ### MCP Client Configuration
265
+
266
+ ```json
267
+ {
268
+ "mcpServers": {
269
+ "couchbase-sse": {
270
+ "url": "http://localhost:8000/sse"
271
+ }
272
+ }
273
+ }
274
+ ```
275
+
276
+ ## Docker Image
277
+
278
+ The MCP server can also be built and run as a Docker container. Prebuilt images can be found on [DockerHub](https://hub.docker.com/r/couchbaseecosystem/mcp-server-couchbase).
279
+
280
+ Alternatively, we are part of the [Docker MCP Catalog](https://hub.docker.com/mcp/server/couchbase/overview).
281
+
282
+ ### Building Image
283
+
284
+ ```bash
285
+ docker build -t mcp/couchbase .
286
+ ```
287
+
288
+ <details>
289
+ <summary>Building with Arguments</summary>
290
+ If you want to build with the build arguments for commit hash and the build time, you can build using:
291
+
292
+ ```bash
293
+ docker build --build-arg GIT_COMMIT_HASH=$(git rev-parse HEAD) \
294
+ --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
295
+ -t mcp/couchbase .
296
+ ```
297
+
298
+ **Alternatively, use the provided build script:**
299
+
300
+ ```bash
301
+ ./build.sh
302
+ ```
303
+
304
+ This script automatically:
305
+
306
+ - Generates git commit hash and build timestamp
307
+ - Creates multiple useful tags (`latest`, `<short-commit>`)
308
+ - Shows build information and results
309
+ - Uses the same arguments as CI/CD builds
310
+
311
+ **Verify image labels:**
312
+
313
+ ```bash
314
+ # View git commit hash in image
315
+ docker inspect --format='{{index .Config.Labels "org.opencontainers.image.revision"}}' mcp/couchbase:latest
316
+
317
+ # View all metadata labels
318
+ docker inspect --format='{{json .Config.Labels}}' mcp/couchbase:latest
319
+ ```
320
+
321
+ </details>
322
+
323
+ ### Running
324
+
325
+ The MCP server can be run with the environment variables being used to configure the Couchbase settings. The environment variables are the same as described in the [Configuration section](#server-configuration-for-mcp-clients).
326
+
327
+ #### Independent Docker Container
328
+
329
+ ```bash
330
+ docker run --rm -i \
331
+ -e CB_CONNECTION_STRING='<couchbase_connection_string>' \
332
+ -e CB_USERNAME='<database_user>' \
333
+ -e CB_PASSWORD='<database_password>' \
334
+ -e CB_BUCKET_NAME='<bucket_name>' \
335
+ -e CB_MCP_TRANSPORT='<http|sse|stdio>' \
336
+ -e CB_MCP_READ_ONLY_QUERY_MODE='<true|false>' \
337
+ -e CB_MCP_PORT=9001 \
338
+ -p 9001:9001 \
339
+ mcp/couchbase
340
+ ```
341
+
342
+ The `CB_MCP_PORT` environment variable is only applicable in the case of HTTP transport modes like http and sse.
343
+
344
+ #### MCP Client Configuration
345
+
346
+ The Docker image can be used in `stdio` transport mode with the following configuration.
347
+
348
+ ```json
349
+ {
350
+ "mcpServers": {
351
+ "couchbase-mcp-docker": {
352
+ "command": "docker",
353
+ "args": [
354
+ "run",
355
+ "--rm",
356
+ "-i",
357
+ "-e",
358
+ "CB_CONNECTION_STRING=<couchbase_connection_string>",
359
+ "-e",
360
+ "CB_USERNAME=<database_user>",
361
+ "-e",
362
+ "CB_PASSWORD=<database_password>",
363
+ "-e",
364
+ "CB_BUCKET_NAME=<bucket_name>",
365
+ "mcp/couchbase"
366
+ ]
367
+ }
368
+ }
369
+ }
370
+ ```
371
+
372
+ Notes
373
+
374
+ - The `couchbase_connection_string` value depends on whether the Couchbase server is running on the same host machine, in another Docker container, or on a remote host. If your Couchbase server is running on your host machine, your connection string would likely be of the form `couchbase://host.docker.internal`. For details refer to the [docker documentation](https://docs.docker.com/desktop/features/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host).
375
+ - You can specify the container's networking using the `--network=<your_network>` option. The network you choose depends on your environment; the default is `bridge`. For details, refer to [network drivers in docker](https://docs.docker.com/engine/network/drivers/).
376
+
377
+ ### Risks Associated with LLMs
378
+
379
+ - The use of large language models and similar technology involves risks, including the potential for inaccurate or harmful outputs.
380
+ - Couchbase does not review or evaluate the quality or accuracy of such outputs, and such outputs may not reflect Couchbase's views.
381
+ - You are solely responsible for determining whether to use large language models and related technology, and for complying with any license terms, terms of use, and your organization's policies governing your use of the same.
382
+
383
+ ### Managed MCP Server
384
+
385
+ The Couchbase MCP server can also be used as a managed server in your agentic applications via [Smithery.ai](https://smithery.ai/server/@Couchbase-Ecosystem/mcp-server-couchbase).
386
+
387
+ ## Troubleshooting Tips
388
+
389
+ - Ensure the path to your MCP server repository is correct in the configuration if running from source.
390
+ - Verify that your Couchbase connection string, database username, password and bucket name are correct.
391
+ - If using Couchbase Capella, ensure that the cluster is [accessible](https://docs.couchbase.com/cloud/clusters/allow-ip-address.html) from the machine where the MCP server is running.
392
+ - Check that the database user has proper permissions to access the specified bucket.
393
+ - Confirm that the uv package manager is properly installed and accessible. You may need to provide absolute path to uv/uvx in the `command` field in the configuration.
394
+ - Check the logs for any errors or warnings that may indicate issues with the MCP server. The server logs are under the name, `mcp-server-couchbase.log`.
395
+ - If you are observing issues running your MCP server from source after updating your local MCP server repository, try running `uv sync` to update the [dependencies](https://docs.astral.sh/uv/concepts/projects/sync/#syncing-the-environment).
396
+
397
+ ---
398
+
399
+ ## 👩‍💻 Contributing
400
+
401
+ We welcome contributions from the community! Whether you want to fix bugs, add features, or improve documentation, your help is appreciated.
402
+
403
+ If you need help, have found a bug, or want to contribute improvements, the best place to do that is right here — by [opening a GitHub issue](https://github.com/Couchbase-Ecosystem/mcp-server-couchbase/issues).
404
+
405
+ ### For Developers
406
+
407
+ If you're interested in contributing code or setting up a development environment:
408
+
409
+ 📖 **See [CONTRIBUTING.md](CONTRIBUTING.md)** for comprehensive developer setup instructions, including:
410
+
411
+ - Development environment setup with `uv`
412
+ - Code linting and formatting with Ruff
413
+ - Pre-commit hooks installation
414
+ - Project structure overview
415
+ - Development workflow and practices
416
+
417
+ ### Quick Start for Contributors
418
+
419
+ ```bash
420
+ # Clone and setup
421
+ git clone https://github.com/Couchbase-Ecosystem/mcp-server-couchbase.git
422
+ cd mcp-server-couchbase
423
+
424
+ # Install with development dependencies
425
+ uv sync --extra dev
426
+
427
+ # Install pre-commit hooks
428
+ uv run pre-commit install
429
+
430
+ # Run linting
431
+ ./scripts/lint.sh
432
+ ```
433
+
434
+ ---
435
+
436
+ ## 📢 Support Policy
437
+
438
+ We truly appreciate your interest in this project!
439
+ This project is **Couchbase community-maintained**, which means it's **not officially supported** by our support team. However, our engineers are actively monitoring and maintaining this repo and will try to resolve issues on a best-effort basis.
440
+
441
+ Our support portal is unable to assist with requests related to this project, so we kindly ask that all inquiries stay within GitHub.
442
+
443
+ Your collaboration helps us all move forward together — thank you!