Skip to main content
Glama

Couchbase MCP Server

test_release.yml787 B
name: Test PyPI Release on: push: tags: - "v[0-9]+.[0-9]+.[0-9]+*" # Match tags like v0.1.0, v1.2.3, v1.2.3-alpha.1 workflow_dispatch: jobs: test-pypi-publish: name: Build and publish Python distributions to Test PyPI runs-on: ubuntu-latest permissions: id-token: write # Required for trusted publishing steps: - name: Checkout repository uses: actions/checkout@v4 - name: Install uv with python 3.11 uses: astral-sh/setup-uv@v6 with: version: latest python-version: 3.11 - name: Build package run: uv build - name: Publish package to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/

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