cclsp
Verified Safeby ktnyt
Overview
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
Installation
cclspEnvironment Variables
- CCLSP_CONFIG_PATH
Security Notes
The server spawns external LSP server processes based on user configuration. While the tool itself does not exhibit direct malicious patterns or obvious vulnerabilities, its security relies heavily on the user trusting and properly configuring the LSP servers it integrates with. The `SECURITY.md` clearly outlines these user responsibilities. File operations for renaming are designed with atomic changes and rollback capabilities.
Similar Servers
mcp-language-server
Serves as an MCP (Model Context Protocol) gateway, enabling LLMs to interact with Language Servers (LSPs) for codebase navigation, semantic analysis, and code editing operations.
codegraph-rust
Transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code relationships, architecture, and impact rather than just performing text-based searches.
relace-mcp
Provides AI-powered code editing and intelligent codebase exploration using a Language Server Protocol (LSP) interface.
csharp-lsp-mcp
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.