Skip to content
VS Code

core for VS Code

io.github.omega-memory/core

Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.

client:VS Code transport:stdio runtime:pypi

Install core in VS Code

.vscode/mcp.json

{
  "servers": {
    "core": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "omega-memory"
      ]
    }
  }
}

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

core in other clients