Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Nuanced LSP plugin for Claude Code

Install to Claude Code

/plugin install lsp@nuanced-dev

Run in Claude Code. Add the marketplace first with /plugin marketplace add nuanced-dev/lsp if you haven't already.

README.md

<div align="center">

Nuanced LSP - Precise code navigation via an API

Originally forked from agentic-labs/lsproxy.

Reference Documentation

</div>

<a name="what-is-lsp">What is Nuanced LSP?</a>

Nuanced LSP is a containerized code navigation service.

  • Nuanced LSP is designed to provide precise code navigation to agents or other tools.
  • It allows using LSP capabilities where setting up locally running LSP servers is impossible or undesirable (e.g., in cloud deployments). _It is not meant to replace local LSP servers for IDE use._
  • It exposes LSProxy's API to access code navigation information.

It supports multiple languages and helps retrieve code context and symbol resolution and symbol relationships for a mounted workspace.

Key features

  • Precise Cross-File Code Navigation: Find symbol definitions and references across your entire project.
  • Unified API: Access multiple language servers through a single API.
  • Auto-Configuration: Automatically detect and configure language servers based on your project files.
  • SDK: A Nuanced LSP TypeScript SDK is available for programmatic access along with a CLI.

Supported languages

| Language | Image | Language Server | |-----------------------|-----------------------------------|----------------------------| | C/C++ | nuanced-lsp-clangd | clangd | | C# | nuanced-lsp-csharp | omnisharp | | Golang | nuanced-lsp-golang | gopls | | Java | nuanced-lsp-java | eclipse-jdtls | | PHP | nuanced-lsp-php | phpactor | | Python | nuanced-lsp-python | jedi-language-server | | Ruby | nuanced-lsp-ruby-VERSION | ruby-lsp | | Ruby (Sorbet) | nuanced-lsp-ruby-sorbet-VERSION | sorbet | | Rust | nuanced-lsp-rust | rust-analyzer | | TypeScript/JavaScript | nuanced-lsp-typescript | typescript-language-server |

We aim to support the Ruby versioned released in the last year.

Getting started

Start using Nuanced LSP using the TypeScript client.

Documentation

See the docs/ for more detailed documentation.

Support and Contributing

Nuanced LSP is maintained but not under active development. We do accept bug fixes, documentation improvements, and small, well-scoped extensions. Supporting larger extensions, feature requests, or support with custom integration and deployment scenarios are out of scope.

For more details see support and contribution guidelines.

License

This work is licensed under the terms of the MIT license. For a copy, see LICENSE or <https://opensource.org/licenses/MIT>.

Related plugins

Browse all →