Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-dan-cleary-convalytics": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.Dan-Cleary/convalytics and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Web analytics and product event tracking built for Convex apps.
Dashboard: convalytics.dev
Convalytics gives Convex apps two things:
Everything flows into a single dashboard. Projects auto-provision on first event — no account required to start tracking.
npx convalytics init
This auto-provisions a project, installs the Convex component, patches your config, and inserts the browser script tag. Works with Cursor, Claude Code, and other AI coding agents out of the box.
| Package | Description |
|---|---|
convalytics-dev | Convex component for server-side event tracking |
convalytics | CLI for zero-config project setup |
convalytics/
convex/ # Convex backend — dashboard API, ingest, billing, auth
src/ # React frontend — dashboard UI
cli/ # CLI (published as convalytics on npm)
The Convex component (convalytics-dev on npm) lives in its own repo:
Dan-Cleary/convalytics-convex-component
npm install
npm run dev
This starts both the Vite frontend and convex dev in parallel.