Retour aux applications

Language Server MCP
par alexwohletz
Exposes Language Server Protocol (LSP) capabilities to AI assistants for enhanced code analysis and editing.
0 étoiles
Fonctionne dans:claude
Expose:Tools
What it does
Language Server MCP bridges the gap between the Model Context Protocol and the Language Server Protocol (LSP). It allows AI assistants to perform deep code analysis by leveraging existing LSP servers, enabling features like precise hover information, semantic code completions, and real-time diagnostics directly within the AI's context.
Tools
get_hover: Retrieves detailed hover information for a specific position in a document.get_completions: Provides intelligent code completion suggestions for a given cursor position.get_diagnostics: Fetches all diagnostic information (errors and warnings) for a specific file.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"language-server-mcp": {
"command": "/path/to/language-server-mcp/build/index.js"
}
}
}
Supported hosts
- Claude Desktop
Installation rapide
npm install -g language-server-mcpInformations
- Tarification
- free
- Publié
- 6/19/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Claude Desktop
{
"mcpServers": {
"language-server-mcp": {
"command": "/path/to/language-server-mcp/build/index.js"
}
}
}





