server side tracking for Grok
com.tracklution/server-side-tracking
Server-side conversion tracking, installed and configured by your AI coding agent.
client:Grok
transport:stdio
runtime:npm
Install server side tracking in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"server-side-tracking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tracklution"
]
}
}
}
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