Servers
S
smolanalytics: analytics you ask from your editor, answers CI-tested to match the dashboard
@Arjun0606
self-hosted product + web analytics in one go binary. ask it questions from claude code / cursor over mcp, get exact computed numbers (not hallucinated sql). mit, your data stays on your box.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"smolanalytics": {
"command": "smolanalytics",
"args": [
"mcp"
],
"env": {
"SMOLANALYTICS_DB": "/path/to/events.log"
}
}
}
}