MultilspyLSP icon

MultilspyLSP

5

Exposes Language Server Protocol (LSP) capabilities through multilspy to provide language intelligence to language models.

소개

This project provides an Model Context Protocol (MCP) server that gives language models access to language intelligence features from the Language Server Protocol (LSP). It leverages multilspy, a Python library, to simplify interfacing with various language servers, offering functionalities like code completion, definition finding, reference tracking, and static analysis across multiple programming languages. It is designed for easy integration with any MCP-compatible client like Claude Desktop.

주요 기능

  • Leverages language servers for code understanding via static analysis
  • Provides code completions and finds definitions/references
  • Supports multiple programming languages including Python, Java, and TypeScript
  • Integrates with any MCP-compatible client