MissingLinkz for Cursor
io.github.andrewlamamills-tech/missinglinkz
Campaign link infrastructure for AI agents — validate, build, and inspect UTM-tracked links.
client:Cursor
transport:stdio
runtime:npm
Install MissingLinkz in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"missinglinkz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"missinglinkz"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs