cclsp
cclsp is a Model Context Protocol server that enhances the integration of LLM-based coding agents with Language Server Protocol servers.
cclsp addresses the common challenges faced by LLM-based coding agents when interacting with LSP servers, particularly in providing accurate line and column numbers. By intelligently trying multiple position combinations, cclsp ensures robust symbol resolution that works seamlessly, regardless of how the AI assistant counts lines. This makes the integration process smoother and more reliable for developers using AI tools in their coding workflows. With cclsp, users can expect a more efficient coding experience, as it simplifies the setup and usage of LLM-based coding agents. The server is designed to be non-IDE dependent, allowing for greater flexibility and adaptability in various coding environments. Whether you're looking to enhance your coding productivity or streamline your development process, cclsp offers a powerful solution that bridges the gap between AI and traditional coding practices.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cclsp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cclsp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions