Skip to content
VS Code

mneme for VS Code

io.github.thegoatpsy/mneme

Vault-native, accountable memory for Claude Code and MCP clients. Markdown is ground truth.

client:VS Code transport:stdio runtime:npm

Install mneme in VS Code

.vscode/mcp.json

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

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

mneme in other clients