Skip to content
VS Code

server side tracking for VS Code

com.tracklution/server-side-tracking

Server-side conversion tracking, installed and configured by your AI coding agent.

client:VS Code transport:stdio runtime:npm

Install server side tracking in VS Code

.vscode/mcp.json

{
  "servers": {
    "server-side-tracking": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tracklution"
      ]
    }
  }
}

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

server side tracking in other clients