LSP MCP Server for Rell
Related Servers
Alternatives to LSP MCP Server for Rell
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that exposes Language Server Protocol features to external clients, allowing access to hover information, definitions, completions, references, and rename functionalities.9 npm40MIT
- FlicenseNot gradedqualityCmaintenanceA single MCP server that bridges to any LSP, enabling code intelligence features like hover, go-to-definition, references, and diagnostics for multiple languages via configurable language servers.1-
- FlicenseAqualityDmaintenanceAn MCP stdio server that wraps language servers to expose read-oriented code-intelligence tools (hover, definition, references, diagnostics, etc.) for coding agents, supporting TypeScript/JavaScript and Python.561-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that exposes LSP-backed code navigation and editing tools to LLM agents using a single global config file to route file extensions to language servers.MIT
- AlicenseAqualityDmaintenanceMCP server to expose VS Code editing features to an LLM for AI coding9106 npm392MIT
- AlicenseBqualityDmaintenanceMCP server for agentic interaction with the Lean theorem prover via LSP, providing tools for understanding, analyzing, and interacting with Lean projects.2121MIT
TDQS
Scored across 9 tools
Each tool targets a distinct LSP operation (hover, completion, code actions, diagnostics) or server/lifecycle management. There is no overlap in purpose, and descriptions clearly indicate the specific use case for each tool.
All tool names follow a consistent snake_case verb_noun pattern, with get_* for retrieval and start/restart/open/close/set for actions. The naming convention is uniform throughout the set.
9 tools is well-scoped for an LSP server, covering server lifecycle (start/restart/log level), document management (open/close), and core code intelligence operations (hover, completions, actions, diagnostics) without unnecessary redundancy.
The tool set covers the primary LSP interactions expected for code analysis and editing workflows, including hover, completions, code actions, and diagnostics. However, it lacks common LSP features such as go-to-definition, formatting, or workspace symbols, which are minor gaps for a general-purpose language server.