get_symbol_lsp_info
Get comprehensive LSP info (definition, hover, signatures, etc.)
How to use it
get_symbol_lsp_info is exposed by the Vscode MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_symbol_lsp_info tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Vscode MCP
$
claude mcp add vscode-mcp -- npx -y @vscode-mcp/vscode-mcp-server@latestOther tools in Vscode MCP (7)
execute_command
⚠️ Execute VSCode commands with JSON string arguments
get_diagnostics
Get real-time diagnostics, replace slow tsc/eslint
get_references
Find symbol references with usage context code
health_check
Test connection to VSCode MCP Bridge extension
list_workspaces
List all available VSCode workspaces
open_files
Open multiple files with optional editor display
rename_symbol
Rename symbols across all files in workspace