Skip to content
VS Code

thread-keeper for VS Code

io.github.po4erk91/thread-keeper

Multi-agent shared brain across Claude, Codex, Antigravity, Gemini, Copilot, and VS Code.

client:VS Code transport:stdio runtime:pypi

Install thread-keeper in VS Code

.vscode/mcp.json

{
  "servers": {
    "thread-keeper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "threadkeeper"
      ]
    }
  }
}

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

thread-keeper in other clients