Skip to content
Cursor

jamgate for Cursor

io.github.amirj4m/jamgate

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

client:Cursor transport:stdio runtime:npm

Install jamgate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jamgate in other clients