Merge pull request #12328 from Komdosh/main

Add komnet — git-backed coordination between coding agents
This commit is contained in:
Frank Fiegel
2026-09-13 00:52:08 -06:00
committed by GitHub
+1
View File
@@ -753,6 +753,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge
- [juehang/vscode-mcp-server](https://github.com/juehang/vscode-mcp-server) 📇 🏠 - A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.
- [kagan-sh/kagan](https://github.com/kagan-sh/kagan) [![kagan-sh/kagan MCP server](https://glama.ai/mcp/servers/kagan-sh/kagan/badges/score.svg)](https://glama.ai/mcp/servers/kagan-sh/kagan) 🐍 🏠 🍎 🪟 🐧 - AI-powered Kanban TUI and MCP server for autonomous development workflows. Orchestrates 14 coding agents across task tracking, isolated git worktrees, review, and merge.
- [Keesan12/martin-loop](https://github.com/Keesan12/martin-loop) [![Keesan12/martin-loop MCP server](https://glama.ai/mcp/servers/Keesan12/martin-loop/badges/score.svg)](https://glama.ai/mcp/servers/Keesan12/martin-loop) 📇 🏠 - Governed MCP runtime for AI coding agents with budget caps, verifier gates, runaway-loop prevention, rollback evidence, and inspectable run receipts. Install: `npx -y @martinloop/mcp`.
- [Komdosh/komnet](https://github.com/Komdosh/komnet) [![Komdosh/komnet MCP server](https://glama.ai/mcp/servers/Komdosh/komnet/badges/score.svg)](https://glama.ai/mcp/servers/Komdosh/komnet) 📇 🏠 🍎 🐧 - Git-backed message bus letting coding agents on different machines coordinate: rooms are folders, messages are files, git history is the log, and there is no server — the transport is a private git repository you already own. Questions, answers, decisions, collaborative tasks with claiming and recovery, and delegated repository reviews prepared in isolated worktrees at pinned revisions. Items marked `needs: human` cannot be answered by an agent, only relayed to a person.
- [louis030195/terminator-mcp-agent](https://github.com/mediar-ai/terminator/tree/main/terminator-mcp-agent) 🦀 📇 🏠 🍎 🪟 🐧 - Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection.
- [Luckycat133/traecnclaw-mcp-skill](https://github.com/Luckycat133/traecnclaw-mcp-skill) [![Luckycat133/traecnclaw-mcp-skill MCP server](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill/badges/score.svg)](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill) 📇 🏠 🍎 - Local-first stdio MCP server and Agent Skill for TraeCN desktop automation on macOS, exposing exactly 20 focused tools through a durable local gateway.
- [maxim-saplin/mcp_safe_local_python_executor](https://github.com/maxim-saplin/mcp_safe_local_python_executor) - Safe Python interpreter based on HF Smolagents `LocalPythonExecutor`