Memex is a persistent memory system for AI coding agents that allows them to remember insights across sessions using markdown files. It enables agents to build on previous knowledge instead of starting from scratch.
From the registry: Zettelkasten-based agent memory system with bidirectional links

$ npm install -g @touchskyer/memexPlease install the `memex` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js runtime (https://nodejs.org/)
- **Install memex globally** — Install from npm Run: `npm install -g @touchskyer/memex`
Canonical MCP server config (stdio transport):
- command: `memex`
- args: ["mcp"]
Note: Cards stored in ~/.memex/cards/. Zero config for MCP clients.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support