Skip to content
VS Code

Global Agent Memory for VS Code

io.github.ozankasikci/global-agent-memory

Shared, project-aware memory for Claude Code, Codex, and other agents with human review.

client:VS Code transport:stdio runtime:pypi

Install Global Agent Memory in VS Code

.vscode/mcp.json

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

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

Global Agent Memory in other clients