The Memory Journal MCP Server provides a persistent project memory solution that bridges disconnected AI sessions, enabling automatic session handoff and full GitHub workflow integration.
From the registry: Developer journal with knowledge graphs, relationships, Git context, and semantic search
$ npm install -g memory-journal-mcpPlease install the `memory-journal-mcp` MCP server into my current AI client (that's you).
Optional prerequisites:
- Install globally — Install from npm Run: `npm install -g memory-journal-mcp`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","memory-journal-mcp"]
- optional environment variables:
- `DB_PATH`: Path to SQLite database (example: `/path/to/memory_journal.db`)
- `TEAM_DB_PATH`: Shared team database path (example: `/path/to/team.db`)
- `GITHUB_TOKEN`: GitHub PAT for GitHub integration tools (example: `<your-github-token>`)
- `PROJECT_REGISTRY`: Multi-project JSON registry (example: `{"my-repo":{"path":"/path","project_number":1}}`)
- `AUTO_REBUILD_INDEX`: Auto-rebuild search index (example: `true`)
- `MEMORY_JOURNAL_MCP_TOOL_FILTER`: Tool filter (e.g., codemode) (example: `codemode`)
Note: 68 MCP tools. GitHub integration optional. Supports Docker.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support