memory-mcp

KM-it-ops/memory-mcp
★ 0 stars TypeScript AI/LLM Updated today
Shared-brain MCP server: read/search/write one LLM-Wiki memory across Claude Code, Cursor & Codex (stdio + authenticated HTTP hub)
View on GitHub → Try with Claude — $10 free →

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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "KM-it-ops/memory-mcp"
      ]
    }
  }
}

README Excerpt

A local stdio [MCP](https://modelcontextprotocol.io) server over `~/.claude/memory`. Exposes the LLM-Wiki brain (read / search / write) so a memory written in **any** agent — Claude Code, Cursor, Codex — is readable and searchable in all three. One brain, three clients, file-backed, no external service.

Tools (5)

memory_linksmemory_listmemory_readmemory_searchmemory_write