Skip to content
VS Code

polymnemo for VS Code

io.github.pcbz/polymnemo

Shared cross-LLM long-term memory over MCP: semantic recall, sessions, and media (pgvector).

client:VS Code transport:streamable-http

Install polymnemo in VS Code

.vscode/mcp.json

{
  "servers": {
    "polymnemo": {
      "type": "http",
      "url": "https://polymnemo.purpleground-26f6d744.westus2.azurecontainerapps.io/mcp"
    }
  }
}

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

polymnemo in other clients