mcp-language-server

dreadful-dev/mcp-language-server

3.2

If you are the rightful owner of mcp-language-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Language Server is a server that facilitates communication between Model Context Protocol (MCP) enabled clients and language servers, providing semantic tools for code navigation and analysis.

Tools

Functions exposed to the LLM to take actions

definition

Retrieves the complete source code definition of any symbol from your codebase.

references

Locates all usages and references of a symbol throughout the codebase.

diagnostics

Provides diagnostic information for a specific file, including warnings and errors.

hover

Display documentation, type hints, or other hover information for a given location.

rename_symbol

Rename a symbol across a project.

edit_file

Allows making multiple text edits to a file based on line numbers.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources