Installation
Prerequisites
Before configuring , ensure you’ve completed the installation steps- Configure npm authentication with your license key
- Install the MCP server globally
Configuration
To add the Nuanced MCP server to Amp, run this command in your terminal before starting Amp:nuanced-mcp-ts
package as an MCP server named “nuanced”.
Best Practices
The Nuanced MCP Server uses static analysis to provide a rich map of your project. This reduces hallucinations and waste while improving output. Use these guidelines to get the most out of Nuanced:Example Use Cases
-
Understanding Code — Use the structured map to see how functions relate.
“Use Nuanced on
process_order
to explain how this function connects to other parts of the system.” -
Refactoring Code — Identify dependencies before making changes.
“Use Nuanced on
calculate_total
. Suggest helpers to extract based on its call graph.” -
Adding Tests — Surface edge cases and dependencies for better coverage.
“Use Nuanced on
authenticate_user
to generate unit tests along call paths.” -
Adding New Features — Plan where to extend existing code.
“Starting with
send_invoice
, use Nuanced to plan a new payment method.”
The Nuanced MCP Server works best when you specify “jump-in points” by providing function names.