Home › Other › memex

memex

Zettelkasten-based agent memory system with bidirectional links

TypeScript
★ 142 stars Last pushed 2026-09-08 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.8)

npx -y @touchskyer/memex@0.1.8

Or add to your MCP client config:

{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@touchskyer/memex@0.1.8"
      ],
      "env": {
        "MEMEX_HOME": "<YOUR_VALUE>"
      }
    }
  }
}
  • MEMEX_HOME — Custom data directory for memex cards (default: ~/.memex)

Related servers

Data from the Official MCP Registry