Features
The server provides theenrich
tool for analyzing your codebase:
enrich
tool
Analyzes a function with its call graph and relationships. Automatically handles project initialization if needed.
Parameters:
functionName
(string): Name of the function to enrichfilePath
(string, optional): Path to the file containing the function, the tool will search for the function if not providedprojectPath
(string, optional): Directory of project to be analyzed (optional - required only if default location cannot be determined)cursor
(string, optional): Pagination cursor for retrieving subsequent pages of resultsreIndex
(boolean, optional): Force rebuild of the code graph even if already initialized (defaults to false)
Prerequisites
Before installing the Nuanced MCP Server, you’ll need:- A Nuanced MCP Server license key
- Node.js and npm installed on your system
Missing a license key? Visit nuanced.dev to sign up for a free trial.
Installation
1. Configure npm authentication
First, set up authentication for the Nuanced npm registry:[your-license-key]
with your actual Nuanced license key.
2. Install the MCP server
Install the MCP server globally:3. Configure your client
Choose your preferred client to complete the setup:4. Project configuration
Code data is stored in local.nuanced
directories that you can safely check into version control or feel free to add .nuanced
to your .gitignore
file.