Odel
Memory MCP Server

Memory MCP Server

Local
@j0hanzTypeScriptUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@j0hanz/memory-mcpv1.7.0

Run

npx -y @j0hanz/memory-mcp

MCP client config

{
  "mcpServers": {
    "memory-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/memory-mcp"
      ]
    }
  }
}