Skip to content
Zed

appveyor mcp for Zed

io.github.mrfentmen/appveyor-mcp

AppVeyor CI: projects and builds.

client:Zed transport:stdio runtime:npm

Install appveyor mcp in Zed

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

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

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

appveyor mcp in other clients