Skip to content
Cursor

CogSession for Cursor

io.github.premanand8800/cogsession

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

client:Cursor transport:stdio runtime:pypi

Install CogSession in Cursor

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

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

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

CogSession in other clients