Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@nuanced-dev/nuanced

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuanced-dev/nuanced

Nuanced is an MCP server that provides agents like Cursor and Claude Code with precise TypeScript call graphs for more accurate edits, faster builds, and lower token spend.

latest
npmnpm
Version
0.3.1
Version published
Weekly downloads
2
Maintainers
3
Weekly downloads
 
Created
Source

Nuanced MCP Server

Model Context Protocol (MCP) server that provides code analysis capabilities. The code graph and LSP tools are license‑gated and supports multiple activation paths suitable for native and Docker deployments.

Please see the dev docs for more information.

Tools

Nuanced MCP supports the following tools:

ToolRequires Active LicenseDescription
indexYesIndex or re-index the code in a directory.
analyze_functionYesAnalyze a function with its call graph and metadata.
list_filesYesList files in the current workspace.
read_sourceYesRead source code for a file.
definitions_in_fileYesRetrieves symbol definitions for a specified file.
find_definitionYesFinds the definition of a symbol for a given position in a file.
find_identifierYesFinds an identifier by name within a file.
find_referenced_symbolsYesRetrieves any symbols and their definitions within the function body of the provided position.
find_referencesYesRetrieves a symbol’s references.
subscription_statusNoReturn cached activation status for the MCP server process.
activate_subscriptionNoValidate a user‑provided license key and activate.
resume_subscriptionNoRe‑validate using env/file without asking the user for the key.

Subscription Activation Options

Start a free trial or get a subscription at https://www.nuanced.dev/pricing.

Once you have a license key, activate Nuanced using one of the following methods:

  • On the command line, run:

    nuanced activate
    
  • Set environment variable NUANCED_LICENSE_KEY=YOUR_LICENSE_KEY

  • Edit the license config file (JSON) to say { "license_key": "YOUR_LICENSE_KEY" }:

    • macOS/Unix: ~/.config/nuanced/license.json
    • Linux: $XDG_CONFIG_HOME/nuanced/license.json or ~/.config/nuanced/license.json
    • Windows: %APPDATA%\nuanced\license.json
    • Docker: /var/lib/nuanced/license.json (via Docker named volume nuanced-mcp-data)

MCP Client Integration

Configure your favorite agent or IDE to use Nuanced by instructing it to use the following commands:

npx -y @nuanced-dev/nuanced@latest

Please see the dev docs for configuration instructions for various agents.

Keywords

cli

FAQs

Package last updated on 30 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts