Logly for Cursor
io.github.logly-uk/logly-mcp
Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install Logly in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"logly-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@logly-uk/mcp"
],
"env": {
"LOGLY_API_KEY": "<LOGLY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs