1. Conduid
  2. Developer Tools
  3. io.github.Dan-Cleary/convalytics
MCP server · Developer Tools

io.github.Dan-Cleary/convalytics

Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.

Unclaimed devtools
34Low

Scored 4 months ago · breakdown

About io.github.Dan-Cleary/convalytics

io.github.Dan-Cleary/convalytics is an MCP server in the Developer Tools category: read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/Dan-Cleary/convalytics

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.Dan-Cleary/convalytics

Powered by Claude · Grounded in docs

I know everything about io.github.Dan-Cleary/convalytics. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Convalytics

Web analytics and product event tracking built for Convex apps.

Dashboard: convalytics.dev

What is Convalytics?

Convalytics gives Convex apps two things:

  1. Web analytics — automatic page views, sessions, bounce rate, referrers, and device/browser breakdowns via a lightweight script tag.
  2. Product event tracking — track signups, payments, feature usage, and any custom event directly from Convex mutations and actions. Server-side events can't be blocked by ad blockers.

Everything flows into a single dashboard. Projects auto-provision on first event — no account required to start tracking.

Quick start

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.

Packages

Package Description
convalytics-dev Convex component for server-side event tracking
convalytics CLI for zero-config project setup

Project structure

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

Tech stack

  • Backend: Convex — database, server functions, scheduled jobs, real-time queries
  • Frontend: React 19, React Router v7, TailwindCSS v4, Vite, Recharts
  • Hosting: Vercel (frontend), Convex Cloud (backend)
  • Billing: Stripe (usage-based tiers)
  • Email: Resend + React Email

Development

npm install
npm run dev

This starts both the Vite frontend and convex dev in parallel.

Links

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.Dan-Cleary/convalytics

How do I install io.github.Dan-Cleary/convalytics?

Run git clone https://github.com/Dan-Cleary/convalytics, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.Dan-Cleary/convalytics safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.Dan-Cleary/convalytics still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.