← Back to Plugins
MCP Server MCP

MCP VS Code

github By github 👁 1 views ▲ 0 votes

A self-hosted VS Code workbench embedded as an interactive MCP App.

Homepage Verified source GitHub

Install

npx -y @mario.andreschak/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mario.andreschak/mcp-vscode",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run the MCP server over standard input and output.",
          "isRequired": true,
          "type": "named",
          "name": "--stdio"
        }
      ],
      "environmentVariables": [
        {
          "description": "Absolute path to the workspace directory exposed through VS Code and MCP tools.",
          "isRequired": true,
          "format": "filepath",
          "name": "MCP_VSCODE_WORKSPACE"
        },
        {
          "description": "Set to 'stream' to opt into experimental genuine-workbench pixel streaming; omit for normal iframe/browser behavior.",
          "format": "string",
          "name": "MCP_VSCODE_RENDER_MODE"
        },
        {
          "description": "Optional absolute path to an installed Edge, Chrome, or Chromium executable used by experimental streaming.",
          "format": "filepath",
          "name": "MCP_VSCODE_STREAM_BROWSER"
        },
        {
          "description": "Unsafe container-only escape hatch: set to 1 to launch streaming Chromium without its process sandbox.",
          "format": "boolean",
          "name": "MCP_VSCODE_STREAM_NO_SANDBOX"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...