Skip to content
Cursor

Afterpaths for Cursor

io.github.burnssa/afterpaths

Session memory for AI coding agents. Search past sessions, extract rules, and track what works.

client:Cursor transport:stdio runtime:pypi

Install Afterpaths in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "afterpaths": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "afterpaths"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

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

Afterpaths in other clients