komnet for Cursor
io.github.komdosh/komnet
Lets AI coding agents coordinate asynchronously through a private git repository. No server.
client:Cursor
transport:stdio
runtime:npm
Install komnet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"komnet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"komnet"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs