Skip to content
VS Code

komnet for VS Code

io.github.komdosh/komnet

Lets AI coding agents coordinate asynchronously through a private git repository. No server.

client:VS Code transport:stdio runtime:npm

Install komnet in VS Code

.vscode/mcp.json

{
  "servers": {
    "komnet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "komnet"
      ]
    }
  }
}

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

komnet in other clients