Skip to main content
Glama

MongoDB MCP Server

Official
by mongodb-js
check.yml1.65 kB
--- name: Checks on: push: branches: - main pull_request: pull_request_target: branches: - main permissions: {} jobs: check-style: 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 style check run: npm run check check-generate: 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 - run: npm run generate check-dep: name: Check dependencies 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, build and remove dev dependencies run: | npm ci rm -rf node_modules npm pkg set scripts.prepare="exit 0" npm install --omit=dev - run: npx -y @modelcontextprotocol/inspector@0.16.5 --cli --method tools/list -- node dist/esm/index.js

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