VS Code
Summary
The VS Code MCP Server enables AI assistants to interact directly with VS Code through a bidirectional communication channel. It provides tools for file diffing with user approval, opening files and projects, executing shell commands in VS Code's terminal, and retrieving information about active editor tabs. The implementation consists of two main components: a server that handles MCP protocol communication and a VS Code extension that provides native integration features. This allows AI agents to perform code modifications, navigate projects, and execute commands without leaving the conversation interface, making it particularly valuable for collaborative coding sessions and AI-assisted development workflows.
Available Actions(6)
create_diff
Creates and shows a diff for modifying existing files. Shows changes preview before applying, requires user approval, and only works with existing files.
open_file
Opens files in the VS Code editor, used for viewing new or modified files.
open_project
Opens a project folder in VS Code, setting up the working directory for the AI agent.
check_extension_status
Checks if the extension is installed and responding.
get_extension_port
Gets the port number for the VS Code MCP Extension.
list_available_projects
Shows projects from the port registry file.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요