@ktnyt/cclsp

by ktnyt · v1.0.0 · prompt

cclsp is an MCP (Model Context Protocol) server that bridges Language Server Protocol (LSP) functionality to MCP tools. It allows MCP clients to access LSP features like "go to definition" and "find r

Install

Add @ktnyt/cclsp to Claude Code with the PolySkill CLI: polyskill add @ktnyt/cclsp

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview cclsp is an MCP (Model Context Protocol) server that bridges Language Server Protocol (LSP) functionality to MCP tools. It allows MCP clients to access LSP features like "go to definition" and "find references" through a standardized interface. ## Development Commands ```bash # Install dependencies bun install # Development with hot reload bun run dev # Build for production bun run build # Run the built server bun run start # or directly node dist/index.js # R…

Keywords: github, language-server-protocol, mcp-tools, code-navigation, development-tools, programming-assistance, software-integration, code-editing, developer-productivity