Skip to content
Zed

wpf dev pack mcp for Zed

io.github.christian289/wpf-dev-pack-mcp

Serves WPF Dev Pack knowledge topics to AI agents from a local repo clone.

client:Zed transport:stdio runtime:nuget

Install wpf dev pack mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "wpf-dev-pack-mcp": {
      "command": "dnx",
      "args": [
        "WpfDevPackMcp",
        "--yes"
      ],
      "env": {
        "WPFDEVPACK_REPO_PATH": "<WPFDEVPACK_REPO_PATH>"
      }
    }
  }
}

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

wpf dev pack mcp in other clients