Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
future_compat.yml2.35 kB
name: Test Compatibility with Nx Versions on: schedule: - cron: '0 0 * * *' workflow_dispatch: env: node_version: 24 NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_READ_WRITE_TOKEN }} jobs: main-linux: name: Main Linux runs-on: ubuntu-latest env: NX_CI_EXECUTION_ENV: 'linux' NXLS_E2E_DEFAULT_VERSION: 'canary' steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - run: | npx nx-cloud start-ci-run --distribute-on="1 linux-medium-js" --with-env-vars="GIT_AUTHOR_EMAIL,GIT_AUTHOR_NAME,GIT_COMMITTER_EMAIL,GIT_COMMITTER_NAME,NX_CI_EXECUTION_ENV,NXLS_E2E_DEFAULT_VERSION,JAVA_VERSION" - name: Use Node.js ${{ env.node_version }} uses: actions/setup-node@v4 with: node-version: ${{ env.node_version }} check-latest: true cache: yarn - run: yarn install --immutable - name: Gradle Wrapper Validation uses: gradle/actions/wrapper-validation@v3 - name: Setup Java uses: actions/setup-java@v3 with: distribution: zulu java-version: 17 cache: gradle - run: npx nx run nxls-e2e:e2e-ci --parallel=1 main-windows: name: Main Windows runs-on: windows-latest env: GIT_AUTHOR_EMAIL: test@test.com GIT_AUTHOR_NAME: Test GIT_COMMITTER_EMAIL: test@test.com GIT_COMMITTER_NAME: Test NX_CI_EXECUTION_ENV: 'windows' NXLS_E2E_DEFAULT_VERSION: 'canary' steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - run: | npx nx-cloud start-ci-run --distribute-on="1 windows-medium-js" --with-env-vars="GIT_AUTHOR_EMAIL,GIT_AUTHOR_NAME,GIT_COMMITTER_EMAIL,GIT_COMMITTER_NAME,NX_CI_EXECUTION_ENV,NXLS_E2E_DEFAULT_VERSION,JAVA_VERSION" - name: Use Node.js ${{ env.node_version }} uses: actions/setup-node@v2 with: node-version: ${{ env.node_version }} check-latest: true cache: yarn - run: yarn install --immutable - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v3 - name: Setup Java uses: actions/setup-java@v3 with: distribution: zulu java-version: 17 cache: gradle - run: npx nx run nxls-e2e:e2e-ci --parallel=1

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/nrwl/nx-console'

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