Skip to content
Claude Desktop

cogmem for Claude Desktop

io.github.writerslogic/cogmem

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

client:Claude Desktop transport:stdio runtime:pypi

Install cogmem in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

cogmem in other clients