vscode-as-mcp-server
VSCode as MCP Server is a VSCode extension that transforms the editor into an MCP server, providing advanced coding assistance. It supports code edits, terminal operations, and tool previews within VSCode, and is intended as a cost-effective solution to expensive coding tools.
How do I install the VSCode as MCP Server extension?
Install the extension from the VSCode Marketplace by searching for 'vscode-as-mcp-server'.
How can I check if the MCP server is running?
Check the MCP server status in the bottom-right VSCode status bar. A server icon indicates it is running, while ∅ indicates it is stopped.
What is the purpose of the relay functionality?
The relay functionality allows you to expose built-in MCP servers externally, enabling access to tools provided by other MCP extensions.
Can I switch between multiple VSCode windows using this extension?
Yes, you can easily switch the MCP server between multiple open VSCode windows by clicking the status bar item.
What are the future plans for this extension?
Future plans include the ability to select which built-in MCP servers to expose, a WebView-based approval UI, integration with VSCode's file history, and customizable server port configuration.