mcp-server-vscode

malvex/mcp-server-vscode

3.4

If you are the rightful owner of mcp-server-vscode and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server for VS Code is a VS Code extension that provides a Model Context Protocol (MCP) server, enabling AI assistants to interact with your VS Code environment for language intelligence, debugging, and code execution.

Tools

Functions exposed to the LLM to take actions

hover

Get hover information (type info, documentation) for a symbol by name.

definition

Find where a symbol is defined. Instantly jumps to declarations.

references

Find all references to a symbol. Superior to grep - finds semantic references.

callHierarchy

Analyze what calls a function or what a function calls.

symbolSearch

Search for symbols (classes, functions, variables) across the workspace.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources