Odel
memex

memex

Local
@iamtouchskyer141TypeScriptMITUpdated 1mo ago

Zettelkasten-based agent memory system with bidirectional links

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@touchskyer/memexv0.1.8

Run

npx -y @touchskyer/memex

MCP client config

{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@touchskyer/memex"
      ]
    }
  }
}