Skip to content
VS Code

korg recall mcp for VS Code

io.github.new1direction/korg-recall-mcp

Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning.

client:VS Code transport:stdio runtime:npm

Install korg recall mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "korg-recall-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@korgg/recall-mcp"
      ]
    }
  }
}

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

korg recall mcp in other clients