MCPServers
VS Code - MCP server logo

VS Code

44
0

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.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签