mcpbeat Sign in

Memory Journal MCP Server

local only

Memory Journal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Jun 2026.

Developer journal with knowledge graphs, relationships, Git context, and semantic search

Installs / week
not published
20
Stars
2 open issues
17 Jun 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Touches key and credential files Dockerfile:18
COPY package*.json .npmrc ./
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Asks for container control access .github/workflows/ci-health-monitor.lock.yml:500
          export MCP_GATEWAY_DOCKER_COMMAND='docker run -i --rm --network host -v /var/run/docker.sock:/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e MCP_GATEWAY_PAYLOAD_DIR -e MCP_GATEWAY_PAYLOAD_SIZE_THRESHOLD -e DEBUG -e MCP_GATEWAY_LO…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Memory Journal MCP

same job, measured the same way
Cortex
by danielblomma

Local repo context for coding assistants with semantic search and graph relationships.

363 installs/wk local only
Octobrain
by muvon

Persistent memory for AI assistants with semantic search and knowledge graph relationships.

411 installs/wk local only
Octocode
by muvon

AI-powered code indexer with semantic search and knowledge graphs

467 installs/wk local only
Neuromcp
by adelelo13

Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation

289 installs/wk local only
aicoolies
by rasitakyol

Search and read the aicoolies developer-tools knowledge graph.

5 tools answering
Memograph
by indhar01

Graph-based memory system for LLMs with knowledge graphs and semantic search.

119 installs/wk local only
Codeseeker
by jghiringhelli

Graph-powered code intelligence with semantic search and knowledge graph for AI assistants

315 installs/wk local only
Mnemograph
by tm42

Event-sourced knowledge graph memory for AI coding agents with semantic search

148 installs/wk local only

Memory Journal MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Memory Journal MCP?
Memory Journal MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Memory Journal MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 20 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.