Skip to content
VS Code

agenthold for VS Code

io.github.edobusy/agenthold

Shared versioned state for multi-agent AI workflows

client:VS Code transport:stdio runtime:pypi

Install agenthold in VS Code

.vscode/mcp.json

{
  "servers": {
    "agenthold": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agenthold"
      ]
    }
  }
}

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

agenthold in other clients