Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
configuration-keys.ts1.59 kB
export const GLOBAL_CONFIG_KEYS = [ 'commonNxCommands', 'enableCodeLens', 'enableLibraryImports', 'generatorAllowlist', 'generatorBlocklist', 'enableTaskExecutionDryRunOnChange', 'projectViewingStyle', 'moveGeneratorPatterns', 'useNewGenerateUiPreview', 'showNodeVersionOnStartup', 'nxWorkspacePath', 'nxCloudNotifications', 'enableDebugLogging', 'disableFileWatching', 'mcpPort', 'mcpToolsFilter', ] as const; export type GlobalConfig = { commonNxCommands: string[]; enableCodeLens: boolean; enableLibraryImports: boolean; generatorAllowlist: string[]; generatorBlocklist: string[]; enableTaskExecutionDryRunOnChange: boolean; projectViewingStyle: 'list' | 'tree' | 'automatic'; moveGeneratorPatterns: Record<string, string>; useNewGenerateUiPreview: boolean; showNodeVersionOnStartup: boolean; nxWorkspacePath: string; nxCloudNotifications: 'all' | 'errors' | 'none'; enableDebugLogging: boolean; disableFileWatching: boolean; mcpPort: number | undefined; mcpToolsFilter: string[] | undefined; }; /** * configuration Keys used for NxConsole */ export type GlobalConfigKeys = (typeof GLOBAL_CONFIG_KEYS)[number]; export const WORKSPACE_CONFIG_KEYS = [ 'nxWorkspacePath', 'nxConversionDate', 'projectsViewCollapsibleState', 'mcpDontAskAgain', 'aiCheckDontAskAgain', 'lastAiCheckNotificationTimestamp', 'lastAiConfigureNotificationTimestamp', ] as const; /** * configuration Keys used for NxConsole on a vscode workspace level */ export type WorkspaceConfigKeys = (typeof WORKSPACE_CONFIG_KEYS)[number];

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