Skip to content
VS Code

MissingLinkz for VS Code

io.github.andrewlamamills-tech/missinglinkz

Campaign link infrastructure for AI agents — validate, build, and inspect UTM-tracked links.

client:VS Code transport:stdio runtime:npm

Install MissingLinkz in VS Code

.vscode/mcp.json

{
  "servers": {
    "missinglinkz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "missinglinkz"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MissingLinkz in other clients