Back to Home
byronwade icon

memoria

Verified Safe

by byronwade

Overview

Memoria is an MCP (Model Context Protocol) server that enhances AI developer tools by providing git-based forensic analysis, revealing hidden file dependencies, risk assessments, and historical context to prevent regressions and improve code quality.

Installation

Run Command
npx -y @byronwade/memoria

Environment Variables

  • CONVEX_URL
  • NEXT_PUBLIC_CONVEX_URL
  • NEXT_PUBLIC_APP_URL
  • GITHUB_APP_ID
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • GITHUB_PRIVATE_KEY
  • GITHUB_APP_NAME
  • STRIPE_PRO_PRICE_ID
  • STRIPE_TEAM_PRICE_ID
  • INTERNAL_API_KEY
  • NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
  • GITHUB_WEBHOOK_SECRET

Security Notes

The core free tier functionality runs 100% locally and operates on local git repositories, minimizing network risk. Cloud features (paid tier) involve communication with a Convex backend, requiring API keys/device IDs. The system uses standard OAuth flows for GitHub authentication and JWTs for internal service communication. There are no obvious 'eval' or direct code injection vulnerabilities from the provided snippets. `process.env` is used for sensitive credentials (e.g., GITHUB_PRIVATE_KEY, INTERNAL_API_KEY), which is a standard practice. Overall, the architecture appears to be designed with security in mind, especially for local execution. A higher score would require a deeper audit of the Convex backend and full OAuth implementation details.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassLow
Avg Tokens600
Stars1
Forks0
Last Update2025-12-09

Tags

git-analysisai-toolsmcp-servercode-qualitydeveloper-productivity