Skip to main content
Glama

MongoDB MCP Server

Official
by mongodb-js
code-health-long-running.yml1.11 kB
--- name: Code Health Long Running Tests on: push: branches: - main workflow_dispatch: # Allow manual triggering of the workflow in feature branches permissions: {} jobs: run-long-running-tests: name: Run long running tests runs-on: ubuntu-latest steps: - uses: GitHubSecurityLab/actions-permissions/monitor@v1 - uses: actions/checkout@v5 with: persist-credentials: false - uses: actions/setup-node@v6 with: node-version-file: package.json cache: "npm" - name: Install dependencies run: npm ci - name: Run tests env: MDB_MCP_API_CLIENT_ID: ${{ secrets.TEST_ATLAS_CLIENT_ID }} MDB_MCP_API_CLIENT_SECRET: ${{ secrets.TEST_ATLAS_CLIENT_SECRET }} MDB_MCP_API_BASE_URL: ${{ vars.TEST_ATLAS_BASE_URL }} run: npm test -- tests/integration/tools/atlas --project=long-running-tests - name: Upload test results uses: actions/upload-artifact@v5 if: always() with: name: atlas-test-results path: coverage/lcov.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/mongodb-js/mongodb-mcp-server'

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