HomeDevelopment › komnet

komnet

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

TypeScript Local macOSLinux
★ 7 stars Last pushed 2026-09-22 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y komnet@1.0.1

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry