← Index

io.github.bighippoman/memoir

io.github.bighippoman/memoir·v1.0.3·Memory & RAG
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "memoir": {
      "command": "npx",
      "args": [
        "-y",
        "memoir-mcp"
      ],
      "env": {
        "MEMOIR_MAX_CONTENT": "<memoir_max_content>",
        "MEMOIR_MAX_OUTCOME": "<memoir_max_outcome>",
        "MEMOIR_MAX_ENTRIES": "<memoir_max_entries>",
        "MEMOIR_MAX_SESSIONS": "<memoir_max_sessions>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "memoir": {
      "command": "npx",
      "args": [
        "-y",
        "memoir-mcp"
      ],
      "env": {
        "MEMOIR_MAX_CONTENT": "<memoir_max_content>",
        "MEMOIR_MAX_OUTCOME": "<memoir_max_outcome>",
        "MEMOIR_MAX_ENTRIES": "<memoir_max_entries>",
        "MEMOIR_MAX_SESSIONS": "<memoir_max_sessions>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y memoir-mcp
§02  Environment variables
MEMOIR_MAX_CONTENT

Max characters for content fields

MEMOIR_MAX_OUTCOME

Max characters for outcome/resolution fields

MEMOIR_MAX_ENTRIES

Max entries per session

MEMOIR_MAX_SESSIONS

Max sessions per project (rolling)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG