mcpbeat Sign in

Cogmem MCP Server

local only

Cogmem runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from pypi. Last commit 2 Sep 2026.

A self-improving, verifiable memory layer for AI coding agents.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 30 · avg 8 · -11% w/w
a month agotoday
47
Installs / week
pypi · cogmem
2
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 cogmem -- uvx cogmem
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cogmem": {
      "args": [
        "cogmem"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cogmem]
command = "uvx"
args = ["cogmem"]
.cursor/mcp.json
{
  "mcpServers": {
    "cogmem": {
      "args": [
        "cogmem"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cogmem": {
      "args": [
        "cogmem"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Cogmem

same job, measured the same way
Koda
by aabxtract

Verification and memory layer for coding-agent workflows.

48 installs/wk local only
A Mem MCP
by diaaaj

Self-evolving memory system for AI agents

208 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
CP Memory
by cjhuochai

Local-first, governable long-term memory for AI coding agents

747 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
Cogmemory MCP
by skylarng89

CogMemory MCP Server — Unified context subsystems for AI coding agents

374 installs/wk local only

Cogmem — questions

Answers built from our own checks of this server.

Why is there no uptime for Cogmem?
Cogmem 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 cogmem was installed 47 times last week.
Is Cogmem still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Cogmem?
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 cogmem straight from pypi; nothing to host, nothing to sign up for.
How many people use Cogmem?
The pypi package cogmem was installed 47 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cogmem open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.