You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shorten the public product name, package name, command, examples, and GitHub Pages references from Project Memory MCP to Memory MCP while keeping the same functionality and MCP toolset.
Persistent project memory for AI models and coding agents.
8
-
Project Memory MCP stores architecture, decisions, tasks, warnings, preferences, and session state in Supabase so OpenCode, Claude Code CLI, Qwen Code, Codex, or any MCP-compatible client can resume work without losing context.
8
+
Memory MCP stores architecture, decisions, tasks, warnings, preferences, and session state in Supabase so OpenCode, Claude Code CLI, Qwen Code, Codex, or any MCP-compatible client can resume work without losing context.
9
9
10
10
It is designed to behave like a normal MCP server: install it once, expose one `mcpServers` entry, and reuse the same server across every client that accepts MCP.
@@ -42,11 +42,11 @@ It is designed to behave like a normal MCP server: install it once, expose one `
42
42
43
43
## Why it matters
44
44
45
-
AI tools often forget the project state between sessions. Project Memory MCP fixes that by keeping a durable memory layer for your app, system, and implementation history.
45
+
AI tools often forget the project state between sessions. Memory MCP fixes that by keeping a durable memory layer for your app, system, and implementation history.
@@ -219,7 +219,7 @@ That same block works as the base for Antigravity, OpenCode, Claude Code, Codex,
219
219
220
220
Usually no.
221
221
222
-
If a client is configured to launch `project-memory-mcp`, it normally starts the server on demand when the client needs it. In normal use, that means you do not have to manually rerun the server every time you turn on the PC.
222
+
If a client is configured to launch `memory-mcp`, it normally starts the server on demand when the client needs it. In normal use, that means you do not have to manually rerun the server every time you turn on the PC.
In most MCP-compatible clients, you do not have to manually say which tool to call.
330
-
If the client exposes Project Memory MCP tools and tool use is enabled, the model can decide on its own when to call tools like `load_unified_context`, `save_cross_interface_decision`, `update_task_status`, or `sync_session_state`.
330
+
If the client exposes Memory MCP tools and tool use is enabled, the model can decide on its own when to call tools like `load_unified_context`, `save_cross_interface_decision`, `update_task_status`, or `sync_session_state`.
331
331
332
332
Typical natural-language prompts:
333
333
@@ -368,7 +368,7 @@ If your client disables tool use, the model cannot call MCP tools by itself. In
0 commit comments