Durable user/project memory for MCP clients: recall context and remember selected facts.
claude mcp add goodmemory -- npx -y goodmemory
claude_desktop_config.json
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"goodmemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"goodmemory"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.hjqcan--goodmemory/reviews or the review_server meta-tool.
POST /mcp