cclsp
Verified Safeby ktnyt
Overview
MCP server to integrate LLM-based coding agents with Language Server Protocol (LSP) servers for robust symbol resolution and code navigation.
Installation
npx cclsp@latestEnvironment Variables
- CCLSP_CONFIG_PATH
Security Notes
The server spawns external LSP server processes and performs file system modifications based on user-provided configuration. While atomic file operations and validation are in place, the 'command' field in the configuration allows arbitrary command execution. Users must ensure that LSP server commands specified in 'cclsp.json' are from trusted sources to prevent malicious code execution. No direct 'eval' or hardcoded secrets were found, and a SECURITY.md file outlines best practices.
Similar Servers
mcp-language-server
Proxies a Language Server Protocol (LSP) server to provide semantic code intelligence tools to Model Context Protocol (MCP) clients, enabling LLMs to interact with codebases.
wcgw
An MCP server that empowers AI chat applications to execute shell commands, edit code, and manage project context on a local machine for development tasks.
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
codegraph-rust
CodeGraph transforms your codebase into a semantically searchable knowledge graph to augment AI coding assistants with deep understanding and advanced reasoning capabilities beyond simple file searching.