Enable type-aware code navigation and fast file lookup for AI agents.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "lsp-mcp-server" yet — see the docs or source repo.
Use lsp-mcp-server to find the definition of `processOrder` and all its references in this repository, then list the results by file path.
Returns the function definition, reference list, and related file paths for quick call-chain understanding.
Use lsp-mcp-server to list the main classes, methods, and exported symbols under `src/services`, then organize them into a module-based summary.
Outputs a module-organized symbol overview to quickly understand responsibilities and code structure.
Use lsp-mcp-server to locate files related to user authentication, login, and permission checks without reading the entire codebase; return only the most relevant files and why.
Provides a shortlist of the most relevant files with reasons, narrowing scope and improving analysis speed.
Enable AI code navigation and editing across languages through LSP-backed tools.
Lets AI inspect and modify code symbols through Neovim LSP.
Use VS Code language services for cross-language code analysis and editing.
Let AI navigate, inspect, and edit code through Neovim tooling.
Give AI agents C++ code navigation, type inspection, and diagnostics tools.
Connect VSCode to MCP so AI can inspect code context in real time.