Skip to content
Cursor

CP Memory for Cursor

io.github.cjhuochai/cp-memory

Local-first, governable long-term memory for AI coding agents

client:Cursor transport:stdio runtime:pypi

Install CP Memory in Cursor

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

{
  "mcpServers": {
    "cp-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cp-memory-mcp"
      ]
    }
  }
}

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

CP Memory in other clients