In Memoria runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from npm.
Persistent codebase intelligence that gives AI assistants memory across 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 in-memoria -- npx -y in-memoria
{
"mcpServers": {
"in-memoria": {
"args": [
"-y",
"in-memoria"
],
"command": "npx"
}
}
}
[mcp_servers.in-memoria]
command = "npx"
args = ["-y", "in-memoria"]
{
"mcpServers": {
"in-memoria": {
"args": [
"-y",
"in-memoria"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"in-memoria": {
"args": [
"-y",
"in-memoria"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.