Skip to main content
Glama

Mobile Next MCP Server

Official
by mobile-next
Apache 2.0
4,254
2,192
  • Apple
  • Linux
build.yml1.52 kB
name: Build permissions: id-token: write contents: write on: push: branches: - main tags: - "*.*.*" pull_request: branches: - main jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup Java uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '17' - name: Use Node.js 22 uses: actions/setup-node@v4 with: node-version: '22' cache: 'npm' - name: Install dependencies run: npm install - name: Audit run: npm audit --audit-level high - name: Lint run: npm run lint - name: Update version if: github.ref_type == 'tag' run: | npm version "${{ github.ref_name }}" --no-git-tag-version npm update - name: Build run: | npm run build - name: Publish if: github.ref_type == 'tag' env: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} run: | echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> ~/.npmrc npm publish - name: Publish on github mcp registry if: github.ref_type == 'tag' run: | # get homebrew in path eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install mcp-publisher mcp-publisher login github-oidc # patch version sed -i "s/{{VERSION}}/${{ github.ref_name }}/g" server.json mcp-publisher publish mcp-publisher logout

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/mobile-next/mobile-mcp'

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