Back to Home
byronwade icon

memoria

Verified Safe

by 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

Run Command
npx -y @byronwade/memoria

Environment 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

Stats

Interest Score42
Security Score9
Cost ClassLow
Avg Tokens600
Stars1
Forks0
Last Update2025-12-06

Tags

git forensicscode analysisAI assistantMCP serversoftware development