Skip to content
Claude Desktop

th memory mcp for Claude Desktop

io.github.worakorn-prince/th-memory-mcp

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

client:Claude Desktop transport:stdio runtime:npm

Install th memory mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "th-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "th-memory-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

th memory mcp in other clients