Couchbase-Analytics-MCP
by celticht32
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (SSE + health + GUI) | 3000 |
| API_KEY | No | Static API key for SSE auth | |
| POOL_MAX | No | Maximum pool connections | 10 |
| POOL_MIN | No | Minimum pool connections | 2 |
| LOG_LEVEL | No | Log level (trace|debug|info|warn|error|fatal) | info |
| LOKI_HOST | No | Loki push endpoint | |
| TRANSPORT | No | Transport mode (stdio or sse) | stdio |
| JWT_SECRET | No | JWT signing secret for SSE auth | |
| LOG_FORMAT | No | Log format (json|pretty) | json |
| CB_PASSWORD | Yes | Couchbase RBAC password | |
| CB_USERNAME | Yes | Couchbase RBAC username | |
| GUI_ENABLED | No | Serve GUI at /console | true |
| OTEL_ENABLED | No | Enable OpenTelemetry tracing | false |
| LOG_FILE_PATH | No | Log file path | /var/log/cba-mcp/server.log |
| JAEGER_ENDPOINT | No | Jaeger HTTP collector | http://localhost:14268/api/traces |
| METRICS_ENABLED | No | Expose /metrics | true |
| CB_ANALYTICS_TLS | No | Enable TLS for REST calls | false |
| LOG_FILE_ENABLED | No | Enable file transport | false |
| CB_ANALYTICS_PORT | No | Analytics REST port (18095 for TLS) | 8095 |
| CB_CONNECTION_STRING | Yes | Couchbase connection string (e.g., couchbase://host or couchbases://host for TLS) | |
| POOL_IDLE_TIMEOUT_MS | No | Idle connection reap threshold | 30000 |
| QUERY_DEFAULT_TIMEOUT_MS | No | Default query timeout | 60000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/celticht32/MCP-Couchbase-Analytics'
If you have feedback or need assistance with the MCP directory API, please join our Discord server