Skip to content

angular removed api lint for Grok

io.github.jmshinhwa/angular-removed-api-lint

32 checks for Angular APIs that were removed or deprecated, plus the support window on your version

client:Grok transport:stdio runtime:npm

Install angular removed api lint in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "angular-removed-api-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/angular-removed-api-lint"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

angular removed api lint in other clients