Skip to content
Zed

open vsx mcp for Zed

io.github.mrfentmen/open-vsx-mcp

Keyless MCP server for Open VSX: VS Code extensions, versions, descriptions, download stats.

client:Zed transport:stdio runtime:npm

Install open vsx mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "open-vsx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "open-vsx-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

open vsx mcp in other clients