Skip to content
VS Code

magents for VS Code

io.github.abnegate/magents

Shared session bus MCP+CLI for Claude/Codex/Cursor/Grok: list, read, handoff, send, spawn.

client:VS Code transport:stdio runtime:oci

Install magents in VS Code

.vscode/mcp.json

{
  "servers": {
    "magents": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/abnegate/magents:0.12.0"
      ]
    }
  }
}

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

magents in other clients