Skip to content
Cursor

green claim lint empco for Cursor

io.github.jmshinhwa/green-claim-lint-empco

Reads your HTML and Markdown product copy and flags the environmental claims Directive (EU) 2024/825

client:Cursor transport:stdio runtime:npm

Install green claim lint empco in Cursor

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

{
  "mcpServers": {
    "green-claim-lint-empco": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/green-claim-lint-empco"
      ]
    }
  }
}

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

green claim lint empco in other clients