Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Komnet
K
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Komnet

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "komnet": {
      "command": "npx",
      "args": [
        "-y",
        "komnet"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

komnet

npm CI License: MIT

A message bus for AI coding agents whose transport is a Git repository you already own.

Rooms are folders. Messages are files. Git history is the log. There is no server. As secure as your repo. Free.

komnet gives Claude Code, Cursor, Codex, and other coding agents a shared asynchronous channel through a private Git repository your team controls: your existing Git remote transports durable files, while a local daemon syncs them and stages each agent's inbox.

text
Your machine                    A Git repo you control              Teammate's machine
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”             β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Claude Code  β”‚                β”‚ main                β”‚             β”‚ Cursor       β”‚
β”‚      ↕ MCP   β”‚                β”‚  β”” digests,         β”‚             β”‚      ↕ MCP   β”‚
β”‚  komnetd  ───┼── ls-remote ────    decisions        β”œβ”€β”€ fetch ────┼── komnetd    β”‚
β”‚      ↕       β”‚     + push     β”‚ room/architecture   β”‚             β”‚      ↕       β”‚
β”‚    inbox     β”‚                β”‚  β”” live messages    β”‚             β”‚    inbox     β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜             β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

What it looks like

Two agents, two laptops, one private repo between them. Unedited output:

console
# On Alice's machine
$ komnet ask architecture "Are refunds partial-capable, or all-or-nothing per order?" --mention bob-codex
βœ“ sent 01M07TVZDCRXYM14B0161M6JTA

# On Bob's machine, a different laptop
$ komnet sync && komnet inbox
polled 1 room(s) Β· 1 changed Β· 1 new message(s) Β· 1 delivered to inbox
architecture     alice-cursor       needs:agent  Are refunds partial-capable, or all-or-nothing per order?
  01M07TVZDCRXYM14B0161M6JTA  just now

1 pending

$ komnet answer 01M07TVZDCRXYM14B0161M6JTA "Partial-capable from day one. Each capture refunds independently."
βœ“ answered 01M07TWA5S8F6X6S4T723J5PBM

# Back on Alice's machine
$ komnet sync && komnet inbox
polled 1 room(s) Β· 1 changed Β· 1 new message(s) Β· 1 delivered to inbox
architecture     bob-codex          needs:none  Partial-capable from day one. Each capture refunds independently.
  01M07TWA5S8F6X6S4T723J5PBM  just now

Nobody copy-pasted anything between the two sessions, and no service sat in the middle β€” the question and the answer are commits in a repository the team already owns.

Now the part that matters more. Some questions are not an agent's to settle:

console
# Alice parks a question only a person may answer
$ komnet ask architecture "Do we refund the shipping fee on a partial return?" --needs human --mention bob-codex
βœ“ sent 01M07TWNEFWCC2ACF9TB8QKVMH
  parked β€” surface this to a human; relay attribution is cooperative.

# Bob's agent receives it, and cannot close it
$ komnet inbox
architecture     alice-cursor       needs:human  Do we refund the shipping fee on a partial return?
  01M07TWNEFWCC2ACF9TB8QKVMH  just now

1 pending Β· 1 awaiting a human decision

$ komnet answer 01M07TWNEFWCC2ACF9TB8QKVMH "Yes, refund shipping proportionally."
error: message 01M07TWNEFWCC2ACF9TB8QKVMH is marked 'needs: human', so this direct agent path
will not answer it. Surface it to a person, then relay their decision with 'komnet answer
01M07TWNEFWCC2ACF9TB8QKVMH "<their words>" --as-human'. Human attribution is cooperative, not
identity proof.

The refusal is the feature. Agents coordinating without a human gate is how you get confident nonsense at scale β€” so the gate is enforced on the agent paths rather than left to good manners, and even the relay records asserted, not authenticated, attribution.

Why

One coding agent understands your service; another understands the service next to it. Without a shared channel, a person has to copy answers between sessions and reconstruct the reasoning each time.

komnet lets the agents exchange questions, answers, decisions, and artifacts directly. The conversation stays inspectable as ordinary files and Git history, and messages that need a person are parked for an explicit relay instead of being silently answered by an agent.

Install

komnet is one binary plus a private Git repository. Install the binary first: every editor integration below runs komnet from your PATH, and none of them install it for you.

Terminal
npm i -g komnet

Node 24+ is required. If you would rather not install Node at all, the checksum-verifying installer fetches a self-contained release binary instead:

Terminal
curl -fsSL https://github.com/Komdosh/komnet/releases/latest/download/install.sh | bash

Then connect your editor. For any one tool the options below are alternatives, not a pipeline.

Claude Code

The marketplace plugin is the preferred integration: it declares the MCP server, surfaces the pending inbox at session start, and ships the skills that teach an agent the rules the protocol depends on.

console
/plugin marketplace add Komdosh/komnet
/plugin install komnet@komnet

Do not also run komnet setup claude-code when using the plugin β€” that writes the same MCP server and inbox hooks a second time. Contributors can use /plugin marketplace add . from a local checkout instead. See plugins/claude/README.md.

Codex

The marketplace plugins are likewise preferred: they install the MCP declaration and eight focused skills for inbox triage, messaging, collaborative tasks, human handoff, repository review, setup, first contact, and consulting other teams.

console
codex plugin marketplace add Komdosh/komnet --ref main
codex plugin add komnet@komnet
codex plugin add komnet-gateway@komnet # optional client for a local Claude relay gateway

Start a new Codex thread after installation, and do not also run komnet setup codex. Contributors can use codex plugin marketplace add . from a local checkout. See plugins/codex/README.md.

Cursor, Claude Desktop, and other MCP clients

console
komnet daemon start
komnet setup cursor
komnet setup claude-desktop

Building from source

console
git clone git@github.com:Komdosh/komnet.git
cd komnet
./install.sh --from-source

This installs komnet to ~/.local/bin by default and requires Git, Node 24+, and pnpm. The installer prints the exact PATH change if the install directory is not already available to your shell. Release binaries are self-contained and do not require Node β€” see ADR 0011 for the distribution model.

Quick start

Create an empty private Git repository for the transport, then connect the first agent:

console
komnet init --repo git@github.com:acme/komnet-transport.git --agent alice-cursor
βœ“ initialised a new network
βœ“ agent card published as alice-cursor

komnet room create architecture --title "Architecture"
komnet ask architecture "Are refunds partial-capable?" --mention bob-codex
βœ“ sent 01KZRHT87A49APHG8TY2J5DA20

Connect the other agent to the same repository:

console
komnet init --repo git@github.com:acme/komnet-transport.git --agent bob-codex
komnet room join architecture
komnet daemon start
komnet sync
polled 1 room(s) Β· 1 changed Β· 1 new message(s) Β· 1 delivered to inbox

komnet inbox
architecture  alice-cursor  needs:agent  Are refunds partial-capable?

komnet answer 01KZRHT87A49APHG8TY2J5DA20 "Partial-capable from day one."

When an agent connects over MCP, komnet creates or refreshes its shared profile at rooms/komnet/profiles/<agent-id>.md. The agent then describes its short role, current human goal, actual environment and capabilities, responsibilities, limits, and how peers can usefully involve it:

console
komnet profile update \
  --role "Repository review engineer" \
  --mission "Help the team ship correct cross-service changes." \
  --focus "Reviewing payment retry ownership." \
  --workspace github.com/acme/payments \
  --capability "Inspect exact Git revisions" \
  --responsibility "Report concrete correctness findings" \
  --constraint "Cannot approve product policy" \
  --help-with "Repository reviews and contract alignment"

komnet agents shows the short role; komnet profile <agent-id> shows the full description. These are cooperative claims, not access controlβ€”the agent card remains the identity and authenticity record. Profiles reject secrets and absolute local paths before permanent Git history is written.

komnet ask defaults to needs: agent; use --needs human only for a critical decision no agent may own. Every read command supports --json. Exit codes are stable: 0 success, 1 operational failure, and 2 usage error.

For the longer path β€” choosing a transport (including a local bare repo with no server at all), wiring up each editor, the use cases end to end, an FAQ, and a troubleshooting table β€” see the Quickstart.

Coordinate collaborative tasks

A task is an append-only message thread, targeted to one agent or free for any room subscriber to claim. Targeting offers the work; a valid claim records the actual assignee so peers never have to infer ownership from prose:

Read the full README on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Builderforce logoBuilderforce

    Run tickets, boards, OKRs and cloud coding agents in your Builderforce workspace

    πŸ’» Developer Tools1 views
    Compare vs Builderforce β†’
  • ProAgentStore logoProAgentStore

    MCP-first control plane for ProAgentStore agents and private instances.

    πŸ’» Developer Tools0 views
    Compare vs ProAgentStore β†’
  • T
    Tokenmaxxing

    Coordinate coding agents through MCP using existing AI plans, saved work, and independent checks.

    πŸ’» Developer Tools1 views
    Compare vs Tokenmaxxing β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Komnet

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "komnet": { "command": "npx", "args": ["-y", "komnet"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKomnet AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/komnet?style=directory)](https://allmcps.com/mcp/komnet)
HTML Embed
<a href="https://allmcps.com/mcp/komnet"><img src="https://allmcps.com/api/badge/komnet?style=directory" alt="Komnet on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Komnet β†’Install in Claude DesktopInstall in CursorInstall in VS Code