MissionCache Dashboard - Task analytics and autonomous execution monitoring for Claude Code MissionCache projects
Project description
missioncache-dashboard
Task analytics and autonomous execution monitoring for the MissionCache Claude Code plugin.
A local FastAPI web dashboard at http://localhost:8787 that surfaces:
- Per-project, per-repo, per-day time breakdowns
- MissionCache Auto execution monitoring with live SSE streaming
- Claude Code usage stats (session/weekly limits, token costs)
- Activity timeline with tracked and untracked session reconciliation
Built on a dual-DB pattern: SQLite (writes, via missioncache-db) + DuckDB
(analytics reads).
Install
pip install missioncache-dashboard
Optional feature extras:
pip install "missioncache-dashboard[rss]" # RSS feeds feature
pip install "missioncache-dashboard[learn]" # AI-generated learning docs
Run
# Default: serve on port 8787
missioncache-dashboard
# Override port via env var
MISSIONCACHE_DASHBOARD_PORT=9000 missioncache-dashboard
Open http://localhost:8787 in your browser.
Install as a service
missioncache-dashboard install-service registers the dashboard as a launchd
(macOS) or systemd user unit (Linux) so it starts on login. See the
MissionCache project for the full
install guide.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file missioncache_dashboard-1.0.8.tar.gz.
File metadata
- Download URL: missioncache_dashboard-1.0.8.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e3c52028b7a747063c1327d5159f6dfe54521b30a70cc419eb293aafdb83bcf
|
|
| MD5 |
303990a3e07bc344c54a14ea2d07f798
|
|
| BLAKE2b-256 |
d13d02b496befa1d8ee675c743790c925a90326a7b18809bc8839b53f8acc1b4
|
File details
Details for the file missioncache_dashboard-1.0.8-py3-none-any.whl.
File metadata
- Download URL: missioncache_dashboard-1.0.8-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
966ea3c66977b39a51e9d7dc24dab4eaa6e093228418f54759b4140c432013af
|
|
| MD5 |
2dda7656177c8e3107f158685bd9803f
|
|
| BLAKE2b-256 |
5d4b5728083cae8731b3352a2f7f63825a8ee4cb2e800f9c6334c8cdcd121933
|