mcpbeat Sign in

Afterpaths MCP Server

local only

Afterpaths runs on your own machine — the client starts it, so there is no endpoint to ping. 139 installs a week from pypi. Last commit 28 Apr 2026.

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

Installs per day peak 94 · avg 28 · -22% w/w
a month agotoday
139
Installs / week
pypi · afterpaths
2
Stars
0 open issues
28 Apr 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add afterpaths -- uvx afterpaths
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "afterpaths": {
      "args": [
        "afterpaths"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.afterpaths]
command = "uvx"
args = ["afterpaths"]
.cursor/mcp.json
{
  "mcpServers": {
    "afterpaths": {
      "args": [
        "afterpaths"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "afterpaths": {
      "args": [
        "afterpaths"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key for session summarization and rule extraction. Not required for search, list, show, or rules tools.), OPENAI_API_KEY (OpenAI API key (alternative to Anthropic) for summarization.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Afterpaths

same job, measured the same way
CogSession
by premanand8800

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

98 installs/wk local only
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
Memory OS AI
by romainsantoli-web

Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking

58 installs/wk local only
Repomemory
by danielguru

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

85 installs/wk local only
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

30 installs/wk answering
Agendum
by sralli

AI agent memory: task tracking, scoped work packages, decisions, and cross-session continuity

102 installs/wk local only
Contextful
by inferensys

Efficient context management: code search, evidence packs, and memory for coding agents.

41 installs/wk local only
срезAI — Search API for AI agents
by srezai

Web search, page reading and structured extraction for AI agents, with strong RU coverage

10 tools answering

Afterpaths — questions

Answers built from our own checks of this server.

Why is there no uptime for Afterpaths?
Afterpaths runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package afterpaths was installed 139 times last week.
How do I connect Afterpaths?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls afterpaths straight from pypi; nothing to host, nothing to sign up for.
How many people use Afterpaths?
The pypi package afterpaths was installed 139 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Afterpaths open source?
We cannot say either way: written in Python and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.