CogSession runs on your own machine — the client starts it, so there is no endpoint to ping. 398 installs a week from pypi. Last commit 30 Aug 2026.
Session memory for AI coding agents: records decisions and dead ends, flags what went stale.
We read the source, 13 h ago · rules 3dff92dd89df
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.
proc = subprocess.run(
shell=True,
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add cogsession -- uvx cogsession
{
"mcpServers": {
"cogsession": {
"args": [
"cogsession"
],
"command": "uvx"
}
}
}
[mcp_servers.cogsession]
command = "uvx"
args = ["cogsession"]
{
"mcpServers": {
"cogsession": {
"args": [
"cogsession"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"cogsession": {
"args": [
"cogsession"
],
"command": "uvx"
}
}
}
Memory for coding agents: the decisions, the dead ends, and where the last session stopped.
Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.
Session memory for AI coding agents. Search past sessions, extract rules, and track what works.
Local-first memory for coding agents; stores decisions, bugs, and context across sessions.
Persistent memory graph for coding agents: hypotheses, evidence, and decisions survive sessions.
Decision memory for AI agents: record, revisit, and resolve consequential choices.
Local-first flight recorder for AI agents: sessions, costs, loop runs, and stuck-loop flags.
Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach.
Answers built from our own checks of this server.