Skip to content
Cursor

cogmem for Cursor

io.github.writerslogic/cogmem

A self-improving, verifiable memory layer for AI coding agents.

client:Cursor transport:stdio runtime:pypi

Install cogmem in Cursor

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

{
  "mcpServers": {
    "cogmem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cogmem"
      ]
    }
  }
}

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

cogmem in other clients