Session-aware updates
Give each AI chat or task a readable session name, then associate its memory entries with that session.
Agent memory / Model Context Protocol (MCP) server
Create Agent Memory in datamcp and get a hosted Model Context Protocol link for shared AI project context. Compatible chats can append structured updates, search earlier work, and prepare compact handoffs.
search_memory8 entries foundappend_memoryprogress savedcreate_handoff_contexthandoff readyDirect answer
A hosted MCP memory server gives compatible AI clients a shared, tool-accessible project record without requiring you to operate a local database, custom MCP runtime, or synchronization service.
The production path
AI chats often lose the decisions that matter between sessions. One chat changes an API contract, another investigates a production bug, and a third starts without knowing either happened. Copying entire transcripts is noisy and usually includes more context than the next task needs.
Agent Memory gives each compatible client a small set of explicit Model Context Protocol tools. A client registers a human-readable session name, appends meaningful updates, searches earlier entries, and requests a compact handoff when another chat needs to continue the work.
The current system is deliberately structured and append-only. It records what an agent chose to write, not every conversation automatically. Search uses PostgreSQL full-text search and filters rather than embeddings. That makes the behavior understandable, but it also means clients need clear instructions about when and what to save.
Read what agent memory is and when to use it, or follow the Agent Memory setup reference for tools, permissions, and limits.
What you get
Give each AI chat or task a readable session name, then associate its memory entries with that session.
Store summaries, Markdown details, decisions, risks, deploys, tags, files, importance, and metadata in a consistent entry model.
Search project history by text and narrow results by date, tags, files, type, importance, or session.
Create a bounded summary of recent or filtered entries instead of pasting full chat transcripts into the next agent.
Use Read Only for retrieval or Read & Append when a trusted client should record new project context.
Connect through one HTTPS MCP endpoint without running a local memory server or maintaining its storage layer.
Source to controlled MCP link
Create the memory once. datamcp hosts its storage, remote MCP transport, client authentication, search tools, and per-link write boundary.
Read the setup guideAdd an Agent Memory connection and give the shared project record a clear name and purpose.
Create a Read Only or Read & Append MCP link depending on whether the client should only recall context or also record updates.
Add the hosted MCP URL to compatible clients and instruct each chat to register its session and append meaningful handoff entries.
Build or use datamcp
See what stays on your engineering backlog when the MCP runtime and control layer are managed for you.
Copy and paste between chats
Long transcripts or inconsistent notes
Manual document or chat search
Rebuild context by hand
Controlled by access to the whole document
Frequently asked questions
Clear answers about architecture, access, credentials, and supported clients.
An MCP memory server exposes memory tools through the Model Context Protocol. AI clients can use those tools to register a session, append structured project updates, search previous entries, retrieve a full entry, and prepare handoff context.
An entry can include a title, summary, Markdown body, entry type, importance, tags, file paths, metadata, session ID, and occurrence date. Entry types include notes, progress, decisions, bugs, handoffs, deploys, tasks, and risks.
No. The current search uses PostgreSQL full-text search plus filters such as tags, files, entry type, importance, session, and date range. Do not treat it as embedding-based semantic recall.
No. The current MCP workflow is append-only. Agents can append new entries, search them, retrieve one entry, and create handoff context, but update and delete tools are not available.
No. The connected AI client must call append_memory as part of its own instructions or workflow. datamcp provides the tools and hosted storage, but it does not force a client to record an update.
Not in the current release. Memory entry bodies support Markdown, but direct .md file import, synchronization, and export are not available.
Use a Read Only MCP link to allow search and retrieval without writes. Use Read & Append or Full Access when a client should register sessions and append entries. Each MCP link can be revoked individually.
No. It is a compact coordination layer for AI chats and agents. Keep source code in version control, durable documentation in its canonical system, and formal work items in the appropriate tracker.
Keep exploring
Compare Claude Memory, project memory, CLAUDE.md, Claude Code auto memory, and a shared MCP memory server.
GUIDEUnderstand persistent context, shared project memory, MCP tools, and the limits of the current approach.
GUIDECreate a memory connection, choose link access, and use the five available MCP tools.
GUIDESee how datamcp hosts remote MCP endpoints and controls client access across supported source types.
GUIDESeparate client identity, MCP-link permissions, backend access, and revocation.
Start with one link
Create Agent Memory in datamcp, receive a hosted HTTPS MCP link, and connect compatible AI clients to the same project record. The Free plan includes 1 connection and 1 MCP link, with no credit card required.