Afterpaths✓
io.github.burnssa/afterpaths · v0.2.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}