claude-code-lsps
Verified Safeby Siam-analytics
Overview
Enhance coding experience by providing Language Server Protocol (LSP) plugins for various programming languages with features like code completion and error checking.
Installation
No command providedEnvironment Variables
- CLAUDE_PLUGIN_ROOT
Security Notes
The source code primarily consists of shell scripts (`.sh`) designed to check for and install various Language Servers (e.g., gopls, jdtls, pyright) using standard package managers (go install, brew, npm, pip, gem). There is no use of `eval`, obfuscation, hardcoded secrets, or direct network calls beyond what the package managers themselves perform. The scripts are straightforward and perform common development environment setup tasks. The 'risk' is inherent in any system that automatically installs software, but the commands used are standard and well-understood for their respective tools.
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.
azure-devops-mcp
Provides a local Model Context Protocol (MCP) server that enables AI agents to interact with Azure DevOps, performing tasks such as managing work items, repositories, pipelines, test plans, wikis, and advanced security directly from a code editor.
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
mcp-gopls
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Go code via gopls, offering navigation, diagnostics, testing, coverage, and refactoring capabilities.