Skip to content
Cursor

WrapGuard MCP for Cursor

io.github.yuni9959/wrapguard-mcp

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

client:Cursor transport:stdio runtime:npm

Install WrapGuard MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "wrapguard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wrapguard-mcp"
      ],
      "env": {
        "WRAPGUARD_SERVER_NAME": "<WRAPGUARD_SERVER_NAME>",
        "WRAPGUARD_CONFIG": "<WRAPGUARD_CONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

WrapGuard MCP in other clients