Skip to content
Zed

WrapGuard MCP for Zed

io.github.yuni9959/wrapguard-mcp

Detect unnatural Korean and English mid-word wrapping in responsive web pages.

client:Zed transport:stdio runtime:npm

Install WrapGuard 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": {
    "wrapguard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wrapguard-mcp"
      ],
      "env": {
        "WRAPGUARD_SERVER_NAME": "<WRAPGUARD_SERVER_NAME>",
        "WRAPGUARD_CONFIG": "<WRAPGUARD_CONFIG>"
      }
    }
  }
}

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

WrapGuard MCP in other clients