Open source · MIT · macOS

Your ~/.claude is a black box. Open it.

Claude Code writes everything to ~/.claude as thousands of files you can't read. My Claude turns that into one clean dashboard: every conversation, your token spend, and the skills and MCP servers you actually use. All on your machine.

$ curl -fsSL https://my-claude.pages.dev/install.sh | bash
macOS  ·  Requires Python 3.9+  ·  Local by default
my-claude
127.0.0.1:8766 · my claude
Open interactive demo
My Claude dashboard overview: skills, conversations, tokens, spend and disk usage
my-claude reads it all
// what you get

Six views. Everything Claude Code stores.

Real screenshots, not mockups. This is what opens at 127.0.0.1:8766.

127.0.0.1:8766/p/overview
Overview dashboard
01 / Overview

The 10,000-foot view

Skills, conversations, 30-day tokens, spend and disk, pulled straight from your local files the moment you open it.

  • Live KPIs across skills, conversations and tokens
  • 7-day spend trend and cache savings
  • Busiest project and priciest day, spotted instantly
127.0.0.1:8766/p/usage
Usage and cost
02 / Usage & cost

Know exactly where your tokens go

Every token and dollar, broken down the way you actually think about it, with the caching wins made visible.

  • Spend by day, model and project
  • What caching saved you, in real numbers
  • Projected monthly cost and custom date ranges
127.0.0.1:8766/p/history
History and search
03 / History

Find any conversation, instantly

Every session you have ever had, searchable in full text and ready to reopen, right down to what each one cost.

  • Full-text search across every transcript
  • Reopen and resume a session in one click
  • Per-conversation message count and cost
127.0.0.1:8766/p/skills
Skills
04 / Skills

See what you actually use

Every skill rendered readable, with the usage data that tells you which ones earn their place and which you forgot.

  • Usage counts and last-used per skill
  • SKILL.md rendered like a doc, plus raw view
  • Filter to the ones you never touch
127.0.0.1:8766/p/mcp-plugins
MCP and plugins
05 / MCP & Plugins

Every connector in one list

All your MCP servers and plugins in one place, including the per-project ones you set up months ago and forgot.

  • Global and per-project MCP servers, grouped
  • Live health check on each connector
  • Installed plugins alongside them
// how it works

From terminal to dashboard in one step

Step 01

Run one command

Paste the install command into your terminal. It sets everything up for you, with no manual steps.

curl … install.sh | bash
Step 02

It indexes locally

My Claude reads your skills, MCP servers, plugins, usage logs and transcripts, all on your machine.

indexing ~/.claude …
Step 03

The dashboard opens

Your browser opens the dashboard once the server is ready, bound strictly to loopback. Only you can reach it.

127.0.0.1:8766
// private by design

Local by default. You decide what leaves.

My Claude reads your ~/.claude and serves the dashboard on 127.0.0.1. Nothing is uploaded automatically. The only thing that ever leaves is a skill you explicitly choose to push to your own GitHub.

Open the black box

Free and open source. One command, about twenty seconds, entirely on your machine.

$ curl -fsSL https://my-claude.pages.dev/install.sh | bash
View source