Skip to content
VS Code

mcp external memory for VS Code

io.github.daedalus/mcp-external-memory

An MCP server that gives LLMs persistent, searchable semantic memory

client:VS Code transport:stdio runtime:pypi

Install mcp external memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-external-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-external-memory"
      ]
    }
  }
}

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

mcp external memory in other clients