Odel
memoir mcp

memoir mcp

Local
@bighippomanTypeScriptMITUpdated 6mo ago

Structured session journals for AI agents. Persistent memory across sessions.

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).

npmmemoir-mcpv1.0.3

Run

npx -y memoir-mcp

MCP client config

{
  "mcpServers": {
    "memoir-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "memoir-mcp"
      ]
    }
  }
}