← Back to Plugins
MCP Server MCP

io.github.bighippoman/memoir

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "memoir-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Max characters for content fields",
          "format": "string",
          "name": "MEMOIR_MAX_CONTENT"
        },
        {
          "description": "Max characters for outcome/resolution fields",
          "format": "string",
          "name": "MEMOIR_MAX_OUTCOME"
        },
        {
          "description": "Max entries per session",
          "format": "string",
          "name": "MEMOIR_MAX_ENTRIES"
        },
        {
          "description": "Max sessions per project (rolling)",
          "format": "string",
          "name": "MEMOIR_MAX_SESSIONS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...