Skip to main content
Glama

BigGo MCP Server

by Funmula-Corp
name: push-test on: - push jobs: test: name: test runs-on: ubuntu-latest strategy: matrix: python-version: - "3.10" - "3.11" - "3.12" - "3.13" steps: - name: Get IP Addresses id: ip uses: candidob/get-runner-ip@v1.0.0 - name: See IP Addresses run: | echo ${{ steps.ip.outputs.ipv4 }} echo ${{ steps.ip.outputs.ipv6 }} - uses: actions/checkout@v4 - name: Install uv and set the python version uses: astral-sh/setup-uv@v5 with: python-version: ${{ matrix.python-version }} enable-cache: true cache-dependency-glob: "uv.lock" - name: Install dependencies run: uv sync - name: Run tests env: BIGGO_MCP_SERVER_CLIENT_ID: ${{ secrets.BIGGO_CLIENT_ID }} BIGGO_MCP_SERVER_CLIENT_SECRET: ${{ secrets.BIGGO_CLIENT_SECRET }} run: uv run --group test pytest

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/Funmula-Corp/BigGo-MCP-Server'

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