Skip to content
Cline

komnet for Cline

io.github.komdosh/komnet

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

client:Cline transport:stdio runtime:npm

Install komnet in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "komnet": {
      "command": "npx",
      "args": [
        "-y",
        "komnet"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

komnet in other clients