MCP Server
MCP
io.github.bighippoman/memoir
Structured session journals for AI agents. Persistent memory across sessions.
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
By
Comments
Sign in to leave a comment