mcpbeat Sign in

Cogmemory MCP Server

by skylarng89 Your server? Claim it
local only

Cogmemory MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 792 installs a week from npm. Last commit 26 Aug 2026.

CogMemory MCP Server — Unified context subsystems for AI coding agents

Installs per day peak 530 · avg 17
a month agotoday
1 792
Installs / week
npm · cogmemory-mcp
0
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cogmemory MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Cogmemory MCP

same job, measured the same way
Code Context Gate
by wisdomrock

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

44 installs/wk local only
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

57 installs/wk local only
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

69 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

65 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

161 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

852 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
Monet
by team-monet

Local-first, state-centric memory for coding agents. MCP server + CLI.

770 installs/wk local only

Cogmemory MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cogmemory MCP?
Cogmemory MCP 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 npm package cogmemory-mcp was installed 1 792 times last week.
How do I connect Cogmemory MCP?
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 cogmemory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cogmemory MCP?
The npm package cogmemory-mcp was installed 1 792 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cogmemory MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.