Skip to main content
Glama

Couchbase MCP Server

constants.py487 B
# MCP Server Constants MCP_SERVER_NAME = "couchbase" # Default Configuration Values DEFAULT_READ_ONLY_MODE = True DEFAULT_TRANSPORT = "stdio" DEFAULT_HOST = "127.0.0.1" DEFAULT_PORT = 8000 # Allowed Transport Types ALLOWED_TRANSPORTS = ["stdio", "http", "sse"] NETWORK_TRANSPORTS = ["http", "sse"] NETWORK_TRANSPORTS_SDK_MAPPING = { "http": "streamable-http", "sse": "sse", } # Logging Configuration # Change this to DEBUG, WARNING, ERROR as needed DEFAULT_LOG_LEVEL = "INFO"

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