Skip to main content
Glama

Couchbase MCP Server

config.py268 B
import logging import click from .constants import MCP_SERVER_NAME logger = logging.getLogger(f"{MCP_SERVER_NAME}.utils.config") def get_settings() -> dict: """Get settings from Click context.""" ctx = click.get_current_context() return ctx.obj or {}

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