Zettelkasten-based persistent memory for AI coding agents. Works with Claude Code, Cursor, VS Code Copilot, Codex, Windsurf & any MCP client. No vector DB — just markdown + git sync.
# memex Persistent memory for AI coding agents. Your agent remembers what it learned across sessions. [English](#english) | [中文](#中文) | [日本語](#日本語) | [한국어](#한국어) | [Español](#español)  --- ## English Every time your AI agent finishes a task, it saves insights as atomic knowledge cards with `[[bidirectional links]]`. Next session, it recalls relevant cards before starting work — building on what it already knows instead of starting from scratch. No vector database, no embeddings — just markdown files your agent (and you) can read. ### Supported platforms | Platform | Integration | Experience | |----------|------------|------------| | **Claude Code** | Plugin (hooks + skills) | Best — auto-recall, slash commands, SessionStart hook | | **VS Code / Cursor** | MCP Server | 10 MCP tools, zero config | | **Cursor** | MCP Server | 10 MCP tools, zero config | | **Codex** | MCP Server | 10 MCP tools, zero config | | **Windsurf** | MCP Server | 10 MCP tools, zero config | | **Pi** | Extension (custom tools + hooks) | 8 tools, auto-recall hook, slash commands | | **Any MCP client** | MCP Server | 10 MCP tools, zero config | All platforms share the same `~/.memex/cards/` directory. A card written in Claude Code is instantly available in Cursor, Codex, or any other client. ### Prerequisites - **VS Code / Cursor**: No prerequisites — the extension bundles everything - **Claude Code**: No prerequisites — the plugin handles everything - **Pi**: Requires [Node.js 18+](https://nodejs.org/) and `npm install -g @touchskyer/memex` - **All other platforms** (Cursor, Codex, Windsurf, etc.): Requires [Node.js 18+](https://nodejs.org/) ### Install **Step 1: Add memex to your editor** | Platform | Command | |----------|---------| | **VS Code / Cursor** | Search "memex" in [VS Code Extensions](https://marketplace.visualstudio.com/items?itemName=touchskyer.memex-mcp) — install and done, no extra setup | | **Claude Code** | `/plugin marketp
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.