Collective Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 29 May 2026.
MCP server for persistent, semantic memory across AI sessions
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add collective-memory -- npx -y collective-memory
{
"mcpServers": {
"collective-memory": {
"args": [
"-y",
"collective-memory"
],
"command": "npx"
}
}
}
[mcp_servers.collective-memory]
command = "npx"
args = ["-y", "collective-memory"]
{
"mcpServers": {
"collective-memory": {
"args": [
"-y",
"collective-memory"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"collective-memory": {
"args": [
"-y",
"collective-memory"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.