MCP.so
Sign In

ForemergeVerifiedFeatured

@naw103

About Foremerge

Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "foremerge": {
      "command": "foremerge",
      "args": [
        "mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Foremerge?

Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

Agents declare intent, semantic scope, and operation (symbol:PaymentService=replace) before writing code. Deterministic rules raise findings when two declared plans collide, with the rule that fired and a suggested resolution, while the work is still a plan. Claims are advisory leases, never locks. Acceptance is gated on a verification run Foremerge executes itself against the exact candidate fingerprint.

MCP server: the full 17-tool lifecycle over stdio — register agents, publish intents, claim work, check conflicts, publish ChangeSets, run trusted named checks, record assessments and commits. Works with Claude Code, Codex, and Cursor; foremerge setup all wires clients automatically.

Setup is one paste into your agent (see the README quickstart), or:

curl -fsSL https://foremerge.com/install.sh | sh
foremerge init && foremerge setup all

Repo: https://github.com/naw103/foremerge Site: https://foremerge.com

How to use Foremerge?

Follow the repository README to install the server and add its MCP configuration to your client.

Key features of Foremerge

  • Conflict detection is deterministic and explainable, but heuristic. It can
  • Claims warn; they never lock files, symbols, or agents
  • Passing validation proves only that the recorded command passed for the
  • Git refs and process results are stronger evidence than self-reported model
  • The event chain detects changes inside the retained chain; it is not a

Use cases of Foremerge

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Foremerge

Where is the source code for Foremerge?

The source code is linked from the repository URL on this page.

Does Foremerge include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Foremerge?

The source code is linked from the repository URL on this page.

Does Foremerge include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Developer Tools MCP servers