Skip to main content
Glama
VantaInc

Vanta MCP Server

Official
by VantaInc
publish.yml1.17 kB
name: Publish to NPM on: workflow_dispatch: inputs: version: description: 'Version to publish (leave empty for current package.json version)' required: false type: string jobs: publish: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci - name: Run linting and formatting checks run: | npm run lint npm run format:check - name: Build package run: npm run build - name: Update version if specified if: github.event_name == 'workflow_dispatch' && github.event.inputs.version != '' env: VERSION: ${{ github.event.inputs.version }} run: npm version "$VERSION" --no-git-tag-version - name: Publish to NPM run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

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/VantaInc/vanta-mcp-server'

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