th memory mcp for Cursor
io.github.worakorn-prince/th-memory-mcp
Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor
client:Cursor
transport:stdio
runtime:npm
Install th memory mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"th-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"th-memory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs