Skip to content
Cursor

remem-mcp — Local-first MCP Memory + CodeGraph + Wiki for Cursor

io.github.tinhien11/remem-mcp

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

client:Cursor transport:stdio runtime:npm

Install remem-mcp — Local-first MCP Memory + CodeGraph + Wiki in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "remem-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "remem-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

remem-mcp — Local-first MCP Memory + CodeGraph + Wiki in other clients