MCP Directory
Back

weave

by Ataraxy-Labs · Rust · ★ 969

Entity-level git merge driver. Resolves false conflicts git invents when independent agents edit the same file. ~95% reduction vs. line-based merge.

#ai-agents#code-intelligence#coding-agents#conflict-resolution#developer-tools#git-merge#llm-tools#mcp#merge-driver#tree-sitter

Install

cargo install --git https://github.com/Ataraxy-Labs/weave.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "weave": {
      "command": "npx",
      "args": [
        "-y",
        "github:Ataraxy-Labs/weave"
      ]
    }
  }
}

From the README

> **Part of the [Ataraxy Labs](https://ataraxy-labs.com) stack** — agent-native infrastructure for software development. See also: [sem](https://ataraxy-labs.com/sem) (semantic version control) · [inspect](https://github.com/Ataraxy-Labs/inspect) (semantic code review) · [opensessions](https://github.com/Ataraxy-Labs/opensessions) (tmux sidebar for coding agents). > > Read the manifesto: https://ataraxy-labs.com/#thesis · Essays: https://ataraxy-labs.com/blogs · LLMs: https://ataraxy-labs.com/llms.txt Entity-level semantic merge driver for Git. Resolves merge conflicts that Git can't…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers