Skip to main content
Glama

DynamoDB Read-Only MCP

by jjikky
npm-publish.yml1.29 kB
name: NPM Publish on: push: branches: - main jobs: publish: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.GH_TOKEN }} - 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: Build run: npm run build - name: Bump version run: | git config --global user.name 'GitHub Actions' git config --global user.email 'github-actions@github.com' npm version patch --no-git-tag-version VERSION=$(node -p "require('./package.json').version") git add package.json package-lock.json git commit -m "chore: bump version to ${VERSION} [skip ci]" git tag "v${VERSION}" git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }} git push origin main --tags env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish to NPM run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

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/jjikky/dynamo-readonly-mcp'

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