mcpbeat Sign in

Jamgate MCP Server

local only

Jamgate runs on your own machine — the client starts it, so there is no endpoint to ping.

A neutral memory quality-gate MCP server: save_memory, recall_memory, forget_memory over stdio.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 938 · avg 79 · -97% w/w
a month agotoday
Installs / week
npm · jamgate
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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

Alternatives to Jamgate

same job, measured the same way
Subconscious
by vishaltorc

Local-first semantic memory for MCP agents. Recall, remember, forget, echo, drift, stats over stdio.

70 installs/wk local only
Tether
by sidyellur

Local-first agent memory over SQLite: remember, recall, link, forget. Degrades, never fails.

local only
Norn
by samad001z

Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.

42 installs/wk local only
L
Wyrm
by ghosts

Local-first memory for AI agents: ground truths, failure firewall, negotiated recall over MCP.

588 installs/wk local only
I
MemVault MCP Server
by dreamor

Shared memory router for AI agents: save/search/recall, session-start injection, review inbox.

local only
garnet-mcp
by tarazou9

RAG memory for LLM agents over Garnet Vector Sets: store text as embeddings, recall by meaning.

local only
MCP Notifications
by topvisor

MCP server for desktop notifications over stdio

39 installs/wk local only
I
Nodejsmcp
by steeped-registry

A Forgejo MCP Server

27 installs/wk local only

Jamgate — questions

Answers built from our own checks of this server.

Why is there no uptime for Jamgate?
Jamgate 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 jamgate.
Is Jamgate still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. 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 Jamgate?
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 jamgate straight from npm; nothing to host, nothing to sign up for.