Odel
th memory mcp

th memory mcp

Local
@worakorn-prince1TypeScriptMITUpdated 1w ago

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

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).

npmth-memory-mcpv2.0.0

Run

npx -y th-memory-mcp

MCP client config

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