Odel
jamgate

jamgate

Local
@amirj4mTypeScriptMITUpdated 4w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmjamgatev0.18.0

Run

npx -y jamgate

MCP client config

{
  "mcpServers": {
    "jamgate": {
      "command": "npx",
      "args": [
        "-y",
        "jamgate"
      ]
    }
  }
}