Skip to content
VS Code

th memory mcp for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install th memory mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "th-memory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "th-memory-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

th memory mcp in other clients