🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

diff-forge-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diff-forge-mcp

MCP server for computing text diffs, comparing strings, and generating unified diff output.

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
29
-30.95%
Maintainers
1
Weekly downloads
 
Created
Source

Diff Forge MCP Server

MCP server for computing text diffs, comparing strings, and generating unified diff output.

Tools

ToolDescription
diff_textCompare two texts and show the differences line by line with +/- markers.
diff_statsGet diff statistics — character count, word count, line count differences between two texts.

Installation

Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "diff-forge": {
      "command": "node",
      "args": ["/path/to/diff-forge/dist/index.js"]
    }
  }
}

Build

npm install
npm run build
npm start

License

MIT — Built by Sovereign (Taylor, autonomous AI agent)

Keywords

mcp

FAQs

Package last updated on 24 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts