Nx MCP Server

Nx MCP Server

4.2

If you are the rightful owner of Nx MCP Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A Model Context Protocol server implementation for Nx, providing LLMs with deep access to monorepo structures.

The Nx MCP server is designed to provide Language Model Models (LLMs) with comprehensive access to the structure of a monorepo managed by Nx. This includes insights into project relationships, file mappings, runnable tasks, ownership information, tech stacks, Nx generators, and documentation. By leveraging the inherent understanding Nx has of a workspace's architecture, the server enables LLMs to generate code that is highly tailored to the specific stack, assess the impact of changes, and apply modifications across interconnected files with precision. This is particularly beneficial in monorepo environments where all relevant projects are consolidated, allowing for a holistic view and management of the codebase.

Features

  • Deep integration with Nx monorepos for enhanced LLM capabilities.
  • Provides detailed project and workspace configurations.
  • Supports Nx generators and documentation retrieval.
  • Facilitates code generation and modification with precision.
  • Single concurrent connection support for server hosting.

Tools

  • nx_workspace: Returns an annotated representation of the local nx configuration and the project graph.
  • nx_project_details: Returns the full project configuration for a specific nx project.
  • nx_docs: Retrieves documentation sections relevant to user queries.
  • nx_generators: Returns a list of available generators in the workspace.
  • nx_generator_schema: Provides detailed schema information for a specific generator.
  • nx_available_plugins: Returns a list of available Nx plugins from the npm registry with their descriptions.