Skip to content
VS Code

wyrm for VS Code

lk.ghosts/wyrm

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

client:VS Code transport:stdio runtime:npm

Install wyrm in VS Code

.vscode/mcp.json

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

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

wyrm in other clients