memory-journal-mcp
Verified Safeby neverinfamous
Overview
Provides persistent project memory and integrates GitHub workflows (issues, PRs, Kanban) to bridge fragmented AI sessions for developers.
Installation
memory-journal-mcpEnvironment Variables
- GITHUB_TOKEN
- GITHUB_REPO_PATH
- DEFAULT_PROJECT_NUMBER
- MEMORY_JOURNAL_MCP_TOOL_FILTER
- AUTO_REBUILD_INDEX
- LOG_LEVEL
- DB_PATH
Security Notes
The server demonstrates a strong security posture. It utilizes Zod for robust input validation, employs parameterized SQL queries to prevent injection attacks, and relies on environment variables (e.g., GITHUB_TOKEN) for sensitive credentials. The included SECURITY.md outlines critical measures such as WAL mode for database integrity, strict file permissions (600/700), and non-root execution in Docker containers. External network interactions are limited to documented GitHub API calls, which are an explicit feature, and HTTP/SSE transport, both handled with standard security practices like CORS and session management. No evidence of `eval`, code obfuscation, or hardcoded secrets was found.
Similar Servers
CodeGraphContext
An AI pair programmer that provides real-time, accurate, context-aware assistance by indexing and analyzing codebases (local projects and dependencies) using a graph database, facilitating code understanding, writing, and refactoring across multiple programming languages.
pluggedin-app
A testing environment for MCP (Model Control Protocol) servers, allowing interaction through a chat interface powered by LLMs and an AI agent using the LangChain ReAct framework.
context-sync
Context Sync provides AI systems with persistent, queryable memory across all development tools, sessions, and projects, allowing AI to remember codebase details, architectural decisions, and conversation history.
knowns
A CLI-first knowledge layer and task/documentation management tool that provides AI agents with persistent project context.