MCP Server
MCP
GoodMemory
Durable user/project memory for MCP clients: recall context and remember selected facts.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "goodmemory",
"version": "0.7.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "serve",
"type": "positional"
},
{
"description": "Run the standalone read-only MCP server without an installed host.",
"type": "named",
"name": "--standalone"
},
{
"description": "Stable GoodMemory user id that scopes this client's memory.",
"isRequired": true,
"value": "{user_id}",
"variables": {
"user_id": {
"description": "Your stable GoodMemory user id.",
"isRequired": true,
"format": "string"
}
},
"type": "named",
"name": "--user-id"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment