Skip to main content
Glama

Nx MCP Server

Official
by nrwl
cypress.config.ts430 B
import { defineConfig } from 'cypress'; import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset'; export default defineConfig({ e2e: { ...nxE2EPreset(__dirname, { bundler: 'vite', webServerCommands: { default: 'nx run generate-ui-v2-e2e:serve', }, ciWebServerCommand: 'nx run generate-ui-v2-e2e:serve', }), baseUrl: 'http://localhost:4200', taskTimeout: 150000, }, });

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