Skip to main content
Glama

Couchbase MCP Server

.pre-commit-config.yaml985 B
# Pre-commit hooks configuration # See https://pre-commit.com for more information repos: # Ruff linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.12.0 hooks: # Run the linter - id: ruff name: ruff-lint args: [--fix] types_or: [python, pyi, jupyter] # Run the formatter - id: ruff-format name: ruff-format types_or: [python, pyi, jupyter] # Additional useful hooks - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-toml - id: check-merge-conflict - id: check-added-large-files - id: check-case-conflict - id: debug-statements # Check for Python syntax errors - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 hooks: - id: python-check-blanket-noqa - id: python-no-log-warn

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Couchbase-Ecosystem/mcp-server-couchbase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server