zlcjfalsvk/vscode-map-server
If you are the rightful owner of vscode-map-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The VSCode MCP Server is a VSCode extension that enables remote execution of commands via the Model Context Protocol, allowing tools like Claude Desktop to interact with VSCode.
Tools
Functions exposed to the LLM to take actions
execute_command
Executes any VSCode command with optional arguments.
open_file
Opens a file in the VSCode editor.
show_message
Displays information, warning, or error messages in VSCode.
get_workspace_folders
Retrieves information about the current workspace folders.
create_terminal
Creates a new terminal with an optional name and command.
get_active_editor
Retrieves information about the current active editor.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client