memoria
Verified Safeby byronwade
Overview
An MCP server that provides AI with contextual memory of a codebase by analyzing git history to reveal hidden file dependencies, assess risk, and prevent regressions.
Installation
npx -y @byronwade/memoriaEnvironment Variables
- CONVEX_URL
- CONVEX_ADMIN_KEY
- STRIPE_WEBHOOK_SECRET
- GITHUB_APP_ID
- GITHUB_PRIVATE_KEY
- GITHUB_WEBHOOK_SECRET
- INTERNAL_API_KEY
- GITHUB_CLIENT_ID
- GITHUB_CLIENT_SECRET
- STRIPE_SOLO_PRICE_ID
- STRIPE_TEAM_PRICE_ID
- NEXT_PUBLIC_CONVEX_URL
- NEXT_PUBLIC_APP_URL
- NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
- NEXT_PUBLIC_GITHUB_APP_NAME
Security Notes
The system is designed to run locally on the user's machine, emphasizing privacy as no code is uploaded to external servers. It correctly uses environment variables (e.g., GITHUB_PRIVATE_KEY, STRIPE_WEBHOOK_SECRET, INTERNAL_API_KEY) for sensitive credentials, preventing hardcoding. Webhook validation is implemented for GitHub and Stripe. The use of the 'simple-git' library is central to its functionality and appears to handle command arguments safely. No 'eval' or obvious malicious patterns were detected.
Similar Servers
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
copilot-security-instructions
This MCP server provides a toolkit of security-focused prompts and instructions to guide GitHub Copilot towards secure coding practices, helping developers identify and mitigate security risks.
athena-protocol
This server acts as an AI tech lead, providing expert validation, impact analysis, and strategic guidance to AI coding agents before code changes are made.
ai-changelog-generator
The AI Changelog Generator MCP Server analyzes git commits and working directory changes using AI models to generate comprehensive changelogs and repository insights.