Odel
Afterpaths

Afterpaths

Local
@burnssa2PythonUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIafterpathsv0.2.5

Run

uvx afterpaths

MCP client config

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