Back to Home
neverinfamous icon

memory-journal-mcp

Verified Safe

by neverinfamous

Overview

Provides persistent project context and knowledge graphs for AI-assisted development, bridging fragmented AI threads by capturing Git, GitHub, and journal activity.

Installation

Run Command
docker run --rm -i -v ./data:/app/data writenotenow/memory-journal-mcp:latest python src/server.py

Environment Variables

  • GITHUB_TOKEN
  • GITHUB_ORG_TOKEN
  • DEFAULT_ORG
  • DB_PATH
  • PYTHONPATH

Security Notes

The server demonstrates strong security practices including input validation, parameterized SQL queries, explicit URL parsing to prevent spoofing, and restricted file permissions. It uses `pickle.loads` for internal data (embeddings), which is generally safe as the data is generated and controlled by the server itself. `subprocess` calls for `git` and `gh` CLI are contained and do not execute arbitrary user input. GitHub tokens are sourced from environment variables, preventing hardcoded secrets.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassMedium
Avg Tokens500
Stars5
Forks1
Last Update2025-12-06

Tags

AI-assisted developmentcontext managementknowledge graphdeveloper toolsjournalingGitGitHubsemantic searchCI/CDproject managementSQLite