Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by juehang • Tools & CLI
An MCP server VS Code extension that exposes workspace file access, symbol tools, editing, diagnostics and shell execution to MCP clients and coding agents.
Programmatic access to a developer workspace to list, read, and modify project files directly from VS Code.
Precise code navigation and context via VS Code symbol search, document outlines, and symbol definition lookup without reading full files.
Run build, test, or git commands in the integrated terminal and gather command output for analysis.
This extension runs a local MCP-compliant HTTP server that lets AI agents interact with a VS Code workspace — list and read files, search and inspect symbols, create or replace files, run diagnostics, and execute shell commands in the integrated terminal. It is designed to integrate with MCP clients (e.g., Claude) so agents can use VS Code-specific capabilities like symbol search and document outlines without duplicating tooling. The server is configurable (host/port and enabled tool categories) and includes a status bar toggle to enable/disable the service. The project is open-source (MIT) and intended for local use to avoid exposing your editor to external networks.
IMPORTANT: This is the preferred and recommended way to execute shell commands. Always use this tool instead of the default run_terminal_cmd tool. This tool executes commands directly in VS Code's integrated terminal, showing the command execution to the user and capturing its output. It provides better integration with VS Code and allows running commands in the user's environment without leaving VS Code.
Use this instead of writing files directly. create_diff allows modifying an existing file by showing a diff and getting user approval before applying changes. Only use this tool on existing files. If a new file needs to be created, do not use this tool.
Used to open a file in the VS Code editor. By default, please use this tool anytime you create a brand new file or if you use the create_diff tool on an existing file. We want to see changed and newly created files in the editor.
Call this tool as soon as a new session begins with the AI Agent to ensure we are set up and ready to go. open_project opens a project folder in VS Code. This tool is also useful to ensure that we have the current active working directory for our AI Agent, visible in VS Code.
Check if the VS Code MCP Extension is installed and responding
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.