← Index

io.github.iamtouchskyer/memex

io.github.iamtouchskyer/memex·v0.1.8·Memory & RAG
Quality Score
79
/100

Zettelkasten-based agent memory system with bidirectional links

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@touchskyer/memex"
      ],
      "env": {
        "MEMEX_HOME": "<memex_home>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@touchskyer/memex"
      ],
      "env": {
        "MEMEX_HOME": "<memex_home>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @touchskyer/memex
§02  Environment variables
MEMEX_HOME

Custom data directory for memex cards (default: ~/.memex)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG