GoodMemory
Rank #4,110io.github.hjqcan/goodmemory
Durable user/project memory for MCP clients: recall context and remember selected facts.
GoodMemory is a Model Context Protocol (MCP) server published by hjqcan. It ranks #4,110 of 132,046 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. GoodMemory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jun 16, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 127,936 of 132,046 servers on MCP Toplist.
Use GoodMemory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add goodmemory -- npx -y goodmemory mcp serve --user-id "{user_id}"[mcp_servers.goodmemory]
command = "npx"
args = ["-y", "goodmemory", "mcp", "serve", "--user-id", "{user_id}"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory",
"mcp",
"serve",
"--user-id",
"{user_id}"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory",
"mcp",
"serve",
"--user-id",
"{user_id}"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"goodmemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"goodmemory",
"mcp",
"serve",
"--user-id",
"{user_id}"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory",
"mcp",
"serve",
"--user-id",
"{user_id}"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory",
"mcp",
"serve",
"--user-id",
"{user_id}"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hjqcan%2Fgoodmemory)<a href="https://mcptoplist.com/server/io.github.hjqcan%2Fgoodmemory"><img src="https://mcptoplist.com/badge/io.github.hjqcan%2Fgoodmemory.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
hjqcan
Available versions (3)
| Version | Published |
|---|---|
| 0.7.5 | Aug 22, 2026 |
| 0.7.4 | Aug 17, 2026 |
| 0.5.1 | Jul 7, 2026 |
Frequently asked questions
- Who maintains GoodMemory?
- GoodMemory is maintained by hjqcan, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is GoodMemory listed on the Official MCP Registry?
- Yes — GoodMemory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does GoodMemory have?
- MCP Toplist tracks 3 versions of GoodMemory, most recently published on Aug 22, 2026.
- Where can I find the source code for GoodMemory?
- The source code for GoodMemory is hosted at github.com/hjqcan/goodmemory.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.