# io.github.nrwl/nx-mcp (npm · nx-mcp)

A Model Context Protocol server implementation for Nx

- Trust score: 78/100 (medium)
- Change this week: −13
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `nx-mcp`: 78/100 (this document), [markdown](https://verifymcp.io/servers/nrwl-nx-mcp/nx-mcp.md), [page](https://verifymcp.io/servers/nrwl-nx-mcp/nx-mcp)

## Channel facts

- Registry: `npm`
- Package: `nx-mcp`
- Version: `0.25.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to nrwl/nx-console).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 94 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 252 tokens (~252/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add nrwl-nx-mcp -- npx -y nx-mcp
```

### Codex

```bash
codex mcp add nrwl-nx-mcp -- npx -y nx-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nrwl-nx-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "nx-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nrwl-nx-mcp --command npx --arg -y --arg nx-mcp
```

### Hermes

```yaml
mcp_servers:
  nrwl-nx-mcp:
    command: "npx"
    args: ["-y", "nx-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "nrwl-nx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nx-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 78, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 63, −10)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 73, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 91, +32)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail

### 2026-07-26 (score 59)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (1)

### `nx_docs` (~102 tokens)

Returns a list of documentation sections that could be relevant to the user query. IMPORTANT: ALWAYS USE THIS IF YOU ARE ANSWERING QUESTIONS ABOUT NX. NEVER ASSUME KNOWLEDGE ABOUT NX BECAUSE IT WILL PROBABLY BE OUTDATED. Use it to learn about nx, its configuration and options instead of assuming knowledge about it.

Input parameters:

- `userQuery` (string, required): The user query to get docs for. You can pass the original user query verbatim or summarize it.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/nrwl-nx-mcp/nx-mcp#diagnostics

## Score history

- 2026-08-03: 78
- 2026-08-02: 78
- 2026-08-01: 63
- 2026-07-31: 63
- 2026-07-30: 73
- 2026-07-28: 91
- 2026-07-27: 91
- 2026-07-26: 59

## Links

- npm package: https://www.npmjs.com/package/nx-mcp
- Socket report: https://socket.dev/npm/package/nx-mcp
- Repository: https://github.com/nrwl/nx-console
- Changelog RSS feed: https://verifymcp.io/servers/nrwl-nx-mcp/nx-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nrwl-nx-mcp/nx-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nrwl-nx-mcp/nx-mcp
