Insights
MCP Serverby yulonglin · Added 5mo ago
Claude
3
Install
git clone https://github.com/yulonglin/dotfilesAdd to Claude
claude mcp add insightsQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"insights": {
"command": "npx",
"args": [
"@modelcontextprotocol/insights"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Generate Claude Code usage insights reports. Analyzes session transcripts, extracts structured facets via Gemini CLI, and produces coaching-style HTML reports with temporal trends and actionable recommendations.
Use when:
- You want to understand your Claude Code usage patterns
- You want a report filtered to a specific project
- You want to see how your usage has changed over time
- You want to list all projects with session counts
Requires: Python 3.9+, Gemini CLI (brew install gemini-cli)
Tags
developmentpythonbashgitskill