Logly for VS Code
io.github.logly-uk/logly-mcp
Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client.
client:VS Code
transport:stdio
runtime:npm
Install Logly in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "logly-api-key",
"description": "LOGLY_API_KEY",
"password": true
}
],
"servers": {
"logly-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@logly-uk/mcp"
],
"env": {
"LOGLY_API_KEY": "${input:logly-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs