dev-mirror
Verified Safeby consigcody94
Overview
Track developer productivity metrics for AI-assisted versus manual coding sessions, providing data-driven insights and comparative reports.
Installation
node /absolute/path/to/dev-mirror/build/index.jsEnvironment Variables
- DEV_MIRROR_DATA_DIR
Security Notes
The server primarily operates on local files within a user's home directory and communicates via stdio. There are no obvious external network calls initiated by the server, nor any direct use of 'eval' or clear command injection vulnerabilities. Data storage is local and user-controlled. The use of fs/promises for file operations in a user's specified data directory is a standard pattern for local applications.
Similar Servers
chrome-devtools-mcp
Control and inspect a live Chrome browser programmatically via an MCP server, enabling AI coding agents to perform reliable automation, in-depth debugging, and performance analysis.
flowlens-mcp-server
Provides coding agents with full browser context from recorded user flows for debugging and regression testing.
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
codebase-context
Provides AI coding agents with real-time, context-rich insights into a codebase's patterns, libraries, architecture, and conventions to improve code generation quality and alignment with team standards.