posthog for Cursor
com.mcparmory/posthog
Capture analytics events, evaluate feature flags, and manage projects
client:Cursor
transport:stdio
runtime:pypi
Install posthog in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"posthog": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-posthog"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs