Map of every agentmemory MCP tool, what each does, and its parameters. Use when choosing which memory tool to call, when a tool name or argument is unclear,...
Memory
Memoryguard
Try itLocal-first MCP memory backend and governance console for coding agents. Auto-organize, quarantine, supersede, and rollback shared memories across multiple a...
What it does
Local-first MCP memory backend and governance console for coding agents. Auto-organize, quarantine, supersede, and rollback shared memories across multiple agents.
The skill document
MemoryGuard
Shared memory for coding agents, without shared-memory chaos.
What It Does
MemoryGuard provides a local MCP stdio memory backend that coding agents (Claude Code, Codex, Cursor) can write to. Every write is auto-organized: classified, deduplicated, superseded, quarantined, or compressed.
Install
pip install agent-memguard
MCP Configuration
Add to your agent's MCP config:
{
"mcpServers": {
"memoryguard": {
"command": "python",
"args": ["-m", "memoryguard.mcp_server"]
}
}
}
Tools
memoryguard_memory_read- Read a single memory record by IDmemoryguard_memory_search- Search memories by query, kind, or statusmemoryguard_memory_write- Write a new memory; auto-organizes on writememoryguard_memory_update- Update a memory (body / kind / status)memoryguard_memory_delete- Soft-delete a memorymemoryguard_memory_status- Get shared memory group statusmemoryguard_binding_create- Bind an agent to a share groupmemoryguard_binding_list- List agent bindingsmemoryguard_extract_memories- Extract memory segments from a source filememoryguard_accept_candidates- Accept extracted candidates and write to shared memorymemoryguard_semantic_check- Check text for semantic duplicates / conflictsmemoryguard_provider_install- Install provider adapter (Claude / Codex / Cursor)
Privacy
No account. No server. No telemetry. All data stays in local SQLite under .memoryguard/.
Related skills
Install, configure, verify, or remove local-first Memkeeper memory for OpenClaw. Use when an OpenClaw user needs Memkeeper's local embedding and reranking mo...
Local-first memory for AI agents over MCP: persistent memory (L1/L2/L3), web-search savings, thread memory. Works with Claude Desktop, Cursor, OpenClaw, Windsurf, Codex. Requires a valid ViBo license. Everything is stored locally on the user's machine; use ONLY with the user's explicit consent.
Install, wire, audit, and harden AgentMemory for AI coding agents and project workspaces. Use when Codex needs to adopt rohitg00/agentmemory, configure Codex...
The agentmemory HTTP REST API surface, the primary protocol for talking to the memory server. Use when calling agentmemory over HTTP, when MCP is unavailable...
Use a configured Titen MCP server to recall bounded evidence-grounded context, record verified durable signals, submit feedback, and coordinate checkpoints, leases, or handoffs. Use when work may benefit from prior project memory or when a verified outcome should be preserved for another agent; do not use it to capture raw transcripts, secrets, chain of thought, or routine tool output.