Skip to content
VS Code

LLMnesia for VS Code

com.llmnesia/mcp

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

client:VS Code transport:stdio runtime:npm

Install LLMnesia in VS Code

.vscode/mcp.json

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

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

LLMnesia in other clients