8 tools from the Vscode MCP Server, categorised by risk level.
View the Vscode policy →get_diagnostics Get diagnostic information from vscode language servers.
Ideal quality-check tool for AI coding agents, much faster than 'tsc --noEmit' and 'eslin... get_references Find all reference locations of a symbol (variable, function, class, etc.) across the codebase
**Return Format:**
Array of reference locations wit... 2/5 get_symbol_lsp_info Retrieve comprehensive LSP information for a symbol, including type definitions, documentation, and usage details.
Essential for fixing type e... 2/5 health_check Test connection to VSCode MCP Bridge extension. Troubleshoot when other VSCode MCP tools return connection errors or timeouts list_workspaces List all available VSCode workspaces that can be connected to use vscode mcp tools
**Return Format:**
Array of workspace objects with paths, names... The Vscode MCP server exposes 8 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Vscode server.
Vscode tools are categorised as Read (5), Write (2), Destructive (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept