Skip to content
VS Code

OMEGA Memory for VS Code

io.github.omega-memory/omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

client:VS Code transport:stdio runtime:pypi

Install OMEGA Memory in VS Code

.vscode/mcp.json

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

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

OMEGA Memory in other clients