Memex
Rank #932glama/iamtouchskyer/memex
Zettelkasten-based persistent memory for AI coding agents. Auto-saves atomic knowledge cards with \[\[bidirectional links]] after tasks and auto-recalls before new ones. No vector DB — plain markdown files with git sync. Works as Claude Code plugin or MCP server for Cursor, VS Code Copilot, Codex, and Windsurf.
Memex is a Model Context Protocol (MCP) server published by iamtouchskyer. It ranks #932 of 58,900 servers tracked on MCP Toplist, and its repository has 128 GitHub stars. Memex is listed across 3 registries — Official MCP, Glama and PulseMCP, with 5 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Mar 22, 2026.
Ranks ahead of 57,968 of 58,900 servers on MCP Toplist.
Use Memex
Add Memex to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@touchskyer/memex"
],
"env": {
"MEMEX_HOME": "<your MEMEX_HOME>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
iamtouchskyer
Available versions (5)
| Version | Published |
|---|---|
| 0.1.8 | Mar 22, 2026 |
| 0.1.7 | Mar 22, 2026 |
| 0.1.5 | Mar 20, 2026 |
| 0.1.4 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Memex?
- Zettelkasten-based persistent memory for AI coding agents. Auto-saves atomic knowledge cards with \[\[bidirectional links]] after tasks and auto-recalls before new ones. No vector DB — plain markdown files with git sync. Works as Claude Code plugin or MCP server for Cursor, VS Code Copilot, Codex, and Windsurf.
- Who maintains Memex?
- Memex is maintained by iamtouchskyer, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Memex an official MCP server?
- Yes — Memex is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Memex have?
- MCP Toplist tracks 5 versions of Memex, most recently published on Mar 22, 2026.
- Where can I find the source code for Memex?
- The source code for Memex is hosted at github.com/iamtouchskyer/memex.