Skip to main content
The Nuanced MCP Server integrates with MCP-compatible clients to provide powerful code graph analysis tools for your projects.

Installation

1

Install Nuanced

Installing Nuanced requires Node and NPM to be available on your system.
Install Nuanced CLI and MCP server from NPM by running:
npm i -g @nuanced-dev/nuanced@latest
This installs the nuanced CLI. Running nuanced mcp starts the MCP server.
2

Start a free trial to get a license key

Skip this step if you already have a license.
Visit https://www.nuanced.dev/pricing to start a free trial. After recieving your license key, run activate:
nuanced activate

Configure agents

The Nuanced MCP server can be used by any MCP-compatible coding agent. Using the MCP server is as easy as pointing to the nuanced mcp command. We provide detailed setup instructions for a few favorite agents:

Language support

The Nuanced MCP server supports multiple languages:
  • Code graph support is available for TypeScript.
  • LSP support is available for C/C++, C#, Go, Java, JavaScript, Python, PHP, Ruby, Rust, and TypeScript. See here which LSP servers we use.