Session memory for AI coding agents. Search past sessions, extract rules, and track what works.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
afterpaths · pypi · 0.2.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.burnssa/afterpaths",
"description": "Session memory for AI coding agents. Search past sessions, extract rules, and track what works.",
"title": "Afterpaths",
"repository": {
"url": "https://github.com/burnssa/afterpaths.git",
"source": "github"
},
"version": "0.2.5",
"websiteUrl": "https://github.com/burnssa/afterpaths",
"icons": [
{
"src": "https://raw.githubusercontent.com/burnssa/public-assets/main/superjective-logo-fixed-logo-only.png"
}
],
"packages": [
{
"registryType": "pypi",
"identifier": "afterpaths",
"version": "0.2.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Install afterpaths with MCP extras",
"value": "afterpaths[mcp]",
"type": "named",
"name": "--from"
}
],
"packageArguments": [
{
"description": "Run the MCP server entry point",
"value": "afterpaths-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Anthropic API key for session summarization and rule extraction. Not required for search, list, show, or rules tools.",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "OpenAI API key (alternative to Anthropic) for summarization.",
"isSecret": true,
"name": "OPENAI_API_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-04-27T21:26:24.564838Z",
"publishedAt": "2026-04-27T21:26:24.564838Z",
"updatedAt": "2026-04-27T21:26:24.564838Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.