amazon-q-history-mcp-server
Verified Safeby JMRMEDEV
Overview
Tracks Amazon Q sessions, preserves context, monitors progress toward goals, and provides crash recovery capabilities for development workflows.
Installation
node server.jsSecurity Notes
The server employs robust input validation, path traversal protection, sensitive file blocking, and input length limits. All file operations are serialized via an async queue, preventing race conditions. Tool permissions allow fine-grained access control. The use of `child_process.execSync` for Git operations is carefully constructed with controlled arguments and input validation to prevent command injection. No clear hardcoded secrets or direct network vulnerabilities (operates via stdio) were identified.
Similar Servers
flowlens-mcp-server
Provides coding agents with full browser context from recorded user flows for debugging and regression testing.
mcp-server
Provides AI tools with persistent context, semantic code search, and team knowledge sharing across sessions.
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).
memory-mcp
Provides persistent memory and intelligent context window caching for LLM conversations within AI coding environments.