Access semantic code tools like definitions, references, rename, and diagnostics.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-language-server" yet — see the docs or source repo.
Use the language server tool to locate the definition of `calculateTotal` in the project and return the file path, line number, and function signature.
Returns the file, exact location, and signature of the function for quick navigation.
Rename the symbol `userSvc` to `userService` and list all references that will be updated, ensuring unrelated identifiers are not changed.
Provides a safe rename result or preview, including all affected files and reference locations.
Run diagnostics on the currently open TypeScript file, list errors and warnings, and explain the likely fix for each issue.
Outputs a structured diagnostics list with issue type, location, and brief fix suggestions.
Expose read-only code intelligence like hover, definitions, references, and diagnostics.
Enable AI code navigation and editing across languages through LSP-backed tools.
Help AI agents navigate, search, and understand codebases and change history.
Connect VSCode to MCP so AI can inspect code context in real time.
Create and run custom multi-language tools dynamically for MCP clients.
Search code semantically and answer questions about a codebase.