#533 · Primary category: AI Coding Assistants
cclsp
Claude Code LSP: enhance your Claude Code experience with non-IDE dependent LSP integration.
Project last updated:02/22/26
GitHub Stars
672
Forks
51
Contributors
8
License
MIT
Why we included this project
Claude Code and other LLM-based coding agents often report wrong line and column numbers, which makes naive LSP integrations fragile and frustrating. cclsp is an MCP server that works around this by trying multiple position combinations and resolving symbols reliably, so the agent can jump to definitions, find references, rename symbols, and fetch diagnostics through tools like find_definition and get_diagnostics. Because it talks to any LSP-compatible language server, you get working navigation for TypeScript, Python, Go, Rust, and more without being tied to a specific IDE. The setup wizard detects the languages in your project, installs the matching language servers, and adds the MCP configuration to Claude, so you don't have to wire it all up by hand.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.