Skip to content

angular signal forms migration mcp for Grok

io.github.alvi97/angular-signal-forms-migration-mcp

Finds Angular Reactive Forms and returns verified Signal Forms recipes. Never edits code.

client:Grok transport:stdio runtime:npm

Install angular signal forms migration mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "angular-signal-forms-migration-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "angular-signal-forms-migration-mcp"
      ]
    }
  }
}

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 signal forms migration mcp in other clients