vscode-mcp
VSCode MCP enables AI agents to interact with Visual Studio Code through a server and extension setup using the Model Context Protocol. The project enhances code editing through AI-driven tasks like creating diffs and managing files and projects within VSCode.
What is the purpose of the VSCode MCP?
The VSCode MCP enables AI agents to interact with Visual Studio Code through the Model Context Protocol, facilitating tasks like file management and project navigation.
How do I install the VSCode MCP Server?
You can install the VSCode MCP Server by running the command npx vscode-mcp-server install
.
What AI agents are supported by VSCode MCP?
VSCode MCP supports AI agents like Goose and Claude for enhanced interaction with the VSCode environment.
What license is the VSCode MCP project under?
The VSCode MCP project is licensed under the Apache License 2.0.
How can I check if the VSCode MCP extension is installed?
You can use the check_extension_status
tool to verify if the extension is installed and responding.