Role-aware Agent memory with cross-session recall, durable writes, and multi-Agent project scope.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by TMCRA Agent Memory.
tmcra_memory_controlInspect or explicitly change session modes, tasks and recall budgets.
tmcra_feedbackPreview exact evidence and request interactive confirmation before targeted feedback.
tmcra_recallReturn at most eight prompt-ready evidence windows for the current query.
tmcra_ingestPersist messages that already occurred, preserving role and Agent attribution.
tmcra_turn_prepareRecall before an answer and durably bind the real user turn.
tmcra_turn_commitPersist the prepared user turn and exact assistant answer as separate records.
TMCRA MCP Server gives MCP hosts explicit access to long-term Agent memory. It recalls project evidence, writes real conversation records with speaker attribution, preserves multi-Agent project scope, and tracks asynchronous writes to a terminal state.
tmcra_memory_control exposes task selection, a 12000-character default recall budget, and normal, recall_only, off modes. Pass the exact same session_id to recall/prepare and controls. Pending older generations are discarded after a mode change; already submitted jobs remain submitted. tmcra_feedback supports ignore, correct (user-supplied replacement), and restore with a stable idempotency key. Effective feedback requires the matching backend update; check correction_index_status separately. The visual control panel is provided by the Codex and DSH distributions. This MCP package automatically discovers the shared local installation; numeric loopback HTTP is permitted only for an explicit local identity. Hosted connections require HTTPS.
Conversational corrections now require interactive host confirmation. On an actual correction request, call tmcra_memory_control(operation="correction_start") before clarification or feedback to suppress automatic capture of that discussion turn. tmcra_feedback reads exact original evidence and uses MCP form elicitation to show the source, replacement and scope; only explicit acceptance submits feedback. Rejection, cancellation, expiry or an unsupported host leaves memory unchanged. Do not substitute ingestion for a rejected correction. Host lifecycle turn IDs protect the discussion from later queue replay while preserving other identified turns. A third-party host must route elicitation to its user; the server cannot guarantee that an arbitrary client will not answer automatically. Hypothetical/quoted correction language is not authorization.
Generic MCP clients decide when to call tools. Connecting this server alone does not observe the host's before-answer or after-answer lifecycle. For automatic Codex recall and capture, install the separate TMCRA Codex Memory plugin.
Download tmcra-mcp-server-1.0.0-rc.1.mcpb from the v1.0.0-rc.1 release and open it in an MCPB-compatible client. The bundle uses the cross-platform uv runtime. Hosted service users enter their API key in the sensitive field. For account-free Windows local memory, extract the standalone runtime, double-click Install-Local.cmd, then restart the MCP host. The local identity is discovered automatically and overrides the form's cloud URL/key; keep the API key blank for this mode. Explicit advanced TMCRA_CONFIG_FILE overrides remain authoritative. Local model acceptance limitations are documented in the runtime release.
uvxCreate a TMCRA account and API key, then provide it through your MCP client's secret storage or the TMCRA_API_KEY environment variable. Do not commit credentials to a repository.
Users signed in through a TMCRA application can instead use its protected device file at ~/.config/tmcra/config.json. Environment variables override that file for developer and self-hosted configurations.
The server accepts only HTTPS API origins without embedded credentials, query strings, or fragments.
After installing the wheel, an MCP host can launch:
The package also includes a Codex setup helper:
| Tool | Purpose |
|---|---|
tmcra_memory_control | Inspect or explicitly change session modes, tasks and recall budgets. |
tmcra_feedback | Preview exact evidence and request interactive confirmation before targeted feedback. |
tmcra_recall | Return at most eight prompt-ready evidence windows for the current query. |
tmcra_ingest | Persist messages that already occurred, preserving role and Agent attribution. |
tmcra_turn_prepare | Recall before an answer and durably bind the real user turn. |
tmcra_turn_commit | Persist the prepared user turn and exact assistant answer as separate records. |
tmcra_reconcile | Retry durable pending records with the same idempotency key. |
tmcra_get_job | Read one asynchronous write job state. |
tmcra_wait_job | Wait for a job to succeed, fail, or be cancelled. |
Every project collaborator should use the same project scope. Each conversation keeps its own session_id. Agent identity is attribution and does not split the project memory.
Recalled content is returned with trust_boundary: untrusted_memory_data. A host must treat it as evidence, never executable instructions.
An MCP host that wants per-turn continuity should:
tmcra_turn_prepare after receiving the current user question.injectable_context as untrusted evidence.tmcra_turn_commit with the same turn_id and the exact final answer.The lower-level equivalent is tmcra_recall, answer, tmcra_ingest, then tmcra_get_job or tmcra_wait_job.
See SECURITY.md for vulnerability reporting.
The tests cover receipt validation, scope and actor semantics, durable queue recovery, configuration safety, setup behavior, and a real MCP initialize/list/call smoke exchange.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tmcra-agent-memory)<a href="https://allmcps.com/mcp/tmcra-agent-memory"><img src="https://allmcps.com/api/badge/tmcra-agent-memory?style=directory" alt="TMCRA Agent Memory on AllMCPs" /></a>