Back to MCP directory
publicPublicdnsLocal runtime

vscode-mcp-server

VSCode MCP服务器是一个用于管理VSCode设置、扩展、代码片段等功能的工具。

article

README

🚀 VSCode MCP Server

VSCode MCP Server 可对 VSCode 的设置、扩展、代码片段等功能进行管理,为开发者提供便捷的配置管理体验,提升开发效率。

🚀 快速开始

VSCode MCP Server 用于管理 VSCode 设置、扩展、代码片段以及其他功能。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client