language-server-mcp
23
The language-server-mcp is a TypeScript-based MCP server designed to enhance the coding experience with features such as hover information, code completion, and diagnostics, particularly for TypeScript and potentially other languages. It integrates seamlessly with the Model Context Protocol for efficient communication with client applications.
language-server-mcp MCP Server
A Model Context Protocol (MCP) server providing language support for code editing.
This project enhances code editing experiences with features like:
- Hover information for symbols
- Code completion suggestions
- Diagnostic reports (errors, warnings)
Features
- Language-specific tools for code analysis
- MCP protocol for seamless client communication
Tools
get_hover
: Get hover infoget_completions
: Get completion suggestionsget_diagnostics
: Get diagnostic info
Installation
Config for Claude Desktop is supported.