Skip to content

markgatcha/memos

v1.6.26MIT

Local-first persistent memory: store durable facts, recall them in any session. Zero cloud, zero telemetry, SQLite-backed.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

memosstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@mem-os/sdk@1.6.26",
    "mcp"
  ],
  "cwd": "${PLUGIN_DATA}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "memos",
  "version": "1.6.26",
  "description": "Local-first persistent memory: store durable facts, recall them in any session. Zero cloud, zero telemetry, SQLite-backed.",
  "keywords": ["memory", "mcp", "local-first"],
  "author": {
    "name": "Markgatcha"
  },
  "homepage": "https://github.com/Markgatcha/memos",
  "repository": "https://github.com/Markgatcha/memos",
  "license": "MIT"
}