memory-anthropic-api

M00C1FER/memory-anthropic-api
★ 1 stars Python 🧠 Memory/Knowledge Updated today
Conformance test suite plus reference implementation for the Anthropic Memory Tool 6-op contract. Validate any candidate memory MCP server against the spec.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory-anthropic-api": {
      "command": "uvx",
      "args": [
        "memory-anthropic-api"
      ]
    }
  }
}

Or install with pip: pip install memory-anthropic-api

README Excerpt

> **The conformance harness the [Anthropic Memory Tool API](https://platform.claude.com/docs/en/build-with-claude/context-editing) needs.** 33+ memory MCP servers exist in the wild; **zero** publish a conformance suite they pass. This is the test infrastructure other server authors can use to validate spec compliance — plus a filesystem-backed reference implementation that passes 7/7.

Tools (6)

createdeleteinsertrenamestr_replaceview