server side tracking for Cursor
com.tracklution/server-side-tracking
Server-side conversion tracking, installed and configured by your AI coding agent.
client:Cursor
transport:stdio
runtime:npm
Install server side tracking in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"server-side-tracking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tracklution"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs