Skip to content
VS Code

jamgate for VS Code

io.github.amirj4m/jamgate

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

client:VS Code transport:stdio runtime:npm

Install jamgate in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jamgate in other clients