goatcounter mcp for VS Code
io.github.mrfentmen/goatcounter-mcp
GoatCounter stats: totals, hits, breakdowns.
client:VS Code
transport:stdio
runtime:npm
Install goatcounter mcp in VS Code
.vscode/mcp.json
{
"servers": {
"goatcounter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"goatcounter-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs