explaingit

f/agentlytics

Analysis updated 2026-05-18

518JavaScriptAudience · developerComplexity · 2/5Setup · easy

TLDR

A local dashboard that combines your usage history from 17+ AI coding tools like Cursor and Claude Code into one view of sessions, costs, and models used.

Mindmap

mindmap
  root((Agentlytics))
    What it does
      Local usage dashboard
      Combines AI tool history
    Tech stack
      JavaScript
      Node.js
      MCP
    Use cases
      Track cost by editor
      Compare tool usage
      Share via Relay
    Audience
      Developers
    Platform
      macOS only

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

See how many messages and sessions you have used across every AI coding tool.

USE CASE 2

Track estimated spend across different AI editors and models.

USE CASE 3

Compare two AI coding tools side by side to see usage differences.

USE CASE 4

Share coding session context with a team using the Relay feature.

What is it built with?

JavaScriptNode.jsMCP

How does it compare?

f/agentlyticssveltejs/rollup-plugin-sveltetypicode/fetchival
Stars518516520
LanguageJavaScriptJavaScriptJavaScript
Last pushed2026-05-202018-12-06
MaintenanceMaintainedDormant
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

macOS only, Linux and Windows are not yet supported.

No license information was found in the material provided.

In plain English

Agentlytics is a local analytics dashboard for developers who use AI coding assistants. If you switch between tools like Cursor, Windsurf, Claude Code, VS Code Copilot, and others, each of those tools stores your conversation history separately with no shared view. Agentlytics reads all of those local files and brings the data together into one place. You run it with a single command, and it opens a web dashboard in your browser on your own computer. Nothing is uploaded anywhere. The dashboard shows you how many sessions you have had, how many messages, which AI models you used most, what tools were called during those sessions, estimated costs based on token counts, peak usage hours, and coding streaks. It covers 17 editors at the time of the README. The cost tracking feature is useful for understanding how much you are spending across different editors and models. The compare view lets you put two editors side by side to see which one you use differently. There is also a subscriptions view that shows your current plan limits and remaining credits for the editors that expose that information. A feature called Relay allows a team to share session context with each other. One person starts a relay server on their machine, others join it, and an AI client can then query across the whole team's coding history. This uses a protocol called MCP for the AI client connection. The project currently supports macOS only, Linux and Windows support is listed as a future goal.

Copy-paste prompts

Prompt 1
Help me run this dashboard locally and view my AI coding tool usage.
Prompt 2
Explain how Agentlytics estimates cost from token counts.
Prompt 3
Show me how to set up the Relay feature for team session sharing.
Prompt 4
What editors and AI tools does Agentlytics currently support?

Frequently asked questions

What is agentlytics?

A local dashboard that combines your usage history from 17+ AI coding tools like Cursor and Claude Code into one view of sessions, costs, and models used.

What language is agentlytics written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, MCP.

What license does agentlytics use?

No license information was found in the material provided.

How hard is agentlytics to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is agentlytics for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.