zircote/lsp-tools

3 stars · Last commit 2026-03-30

LSP-first code intelligence for Claude Code with strong enforcement patterns. Part of the zircote-lsp marketplace.

README preview

# LSP Tools Plugin

> LSP-first code intelligence for Claude Code with strong enforcement patterns

[![Version](https://img.shields.io/badge/version-0.4.0-blue.svg)](CHANGELOG.md)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Claude Plugin](https://img.shields.io/badge/claude-plugin-orange.svg)](https://docs.anthropic.com/en/docs/claude-code/plugins)
[![Marketplace](https://img.shields.io/badge/marketplace-zircote--lsp-purple.svg)](https://github.com/zircote/lsp-marketplace)
[![CI](https://github.com/zircote/lsp-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/zircote/lsp-tools/actions/workflows/ci.yml)

## Overview

LSP Tools enforces semantic code navigation using Language Server Protocol, providing IDE-like precision for code operations. The plugin ensures Claude uses LSP operations before modifying code, analyzes impact before refactoring, and verifies changes with diagnostics.

**Part of the [zircote-lsp marketplace](https://github.com/zircote/lsp-marketplace)** - A collection of LSP-focused plugins for Claude Code.

### Key Features

- **Three Iron Laws** - Mandatory behavioral constraints for code operations
- **14 Language Support** - TypeScript, Python, Go, Rust, Java, Kotlin, C/C++, C#, PHP, Ruby, HTML/CSS, LaTeX, Markdown, Terraform

View full repository on GitHub →