MCP Memory
UnclaimedAn OKF-backed Model Context Protocol (MCP) server delivering persistent long-term memory and SQLite FTS5 search for AI agents.
Install
claude mcp add --scope user memory -- /ABSOLUTE/PATH/TO/run.shUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (17)
concept_type
(string, optional, default: "Agent Memory"): OKF concept type (e.g. Metric, Playbook, Attested Computation).
content
(string or object, required): Core information to store.
description
(string, optional): One-line summary.
generated_by
(string, optional): Actor identifier following actor convention (<producer>/<version>, human:<id>, process:<id>).
key
(string, required): Unique identifier or path for the memory (e.g. user/preferences/codingstyle or project/architecture).
limit
(integer, optional, default: 10): Maximum number of results.
namespace
(string, optional, default: "default"): Scope/namespace.
project_root
(string, required): Absolute path to the active project root directory (e.g. /Users/user/Projects/my-app).
query
(string, optional): Keyword search query across keys, frontmatter, and content.
resource
(string, optional): Canonical URI of underlying asset.
sources
(array of objects, optional): Provenance sources [{resource, id, title, author, usagecount, lastmodified}].
stale_after
(string, optional): ISO date (YYYY-MM-DD).
status
(string, optional, default: "stable"): Lifecycle state (draft stable deprecated).
summary
(string, optional): One-sentence description of the milestone achieved.
tags
(array of strings, optional): Classification tags for filtering.
title
(string, optional): Display name.
verified
(array of objects or object, optional): Verification events [{by, at}].