← Index

Memory MCP Server

io.github.j0hanz/memory-mcp·v1.7.0·Databases
Quality Score
93
/100

SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/memory-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/memory-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @j0hanz/memory-mcp
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Databases