ai-session-tracker-mcp
Verified Safeby mgrandau
Overview
Track AI coding sessions to measure developer productivity and calculate ROI.
Installation
ai-session-tracker serverEnvironment Variables
- AI_ENABLE_S3_BACKUP
- AI_PROJECT_ID
Security Notes
The project extensively uses `subprocess.run` and `subprocess.Popen` for CLI commands, service management (systemd, launchd, Task Scheduler), and GitHub CLI integration. While the commands are largely constructed from internal module/executable paths or include input validation (e.g., `DANGEROUS_CHARS_REGEX` in `create_issues.py`), the broad use of external processes always introduces a degree of risk. The web dashboard, by default, runs on localhost without authentication. However, if configured to bind to '0.0.0.0' or another network-accessible interface, it exposes analytics data publicly without any access controls.
Similar Servers
mcp-devtools
A high-performance MCP server providing a unified interface to essential developer tools, featuring OAuth 2.0/2.1 authorization and a multi-layered security framework.
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.