The Nx MCP server provides LLMs with comprehensive insights into your monorepo: project dependencies, file relationships, executable tasks, ownership metadata, technology stacks, custom generators, and Nx documentation.
Local OnlyOfficial distributionnrwl
Verified cleanNpm · 0.25.0
Our scanner tested version 0.25.0 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
1Distribution channel
1Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
nx_docsReturns 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 schema
{
"type": "object",
"properties": {
"userQuery": {
"description": "The user query to get docs for. You can pass the original user query verbatim or summarize it.",
"type": "string"
}
},
"required": [
"userQuery"
],
"additionalProperties": false
}