thousandmiles/lsp-mcp-server
3.2
If you are the rightful owner of lsp-mcp-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 dayong@mcphub.com.
This server provides semantic code analysis capabilities using the Language Server Protocol (LSP) and acts as a bridge between MCP and LSP.
Tools
Functions exposed to the LLM to take actions
get_definition
Find where a symbol is defined.
get_references
Find all usages of a symbol.
search_in_file
Search for a string in a file to find its line and character position.
check_function_call
Analyze if one function calls another.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client