Session memory for AI coding agents. Search past sessions, extract rules, and track what works.
claude mcp add afterpaths -- uvx afterpaths
claude_desktop_config.json
{
"mcpServers": {
"afterpaths": {
"command": "uvx",
"args": [
"afterpaths"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"afterpaths": {
"command": "uvx",
"args": [
"afterpaths"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"afterpaths": {
"command": "uvx",
"args": [
"afterpaths"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"afterpaths": {
"type": "stdio",
"command": "uvx",
"args": [
"afterpaths"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"afterpaths": {
"command": "uvx",
"args": [
"afterpaths"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.burnssa--afterpaths/reviews or the review_server meta-tool.
POST /mcp