Home › Search: diff

Search: diff

Search MCP servers and agent skills by name, description, category or topic — 53 results.

Agent Skill Active

trailofbits/differential-review

Security-focused diff review with git history analysis

6.4k Python Updated today Score 83
MCP Server Active

srbsa/diffgate

Deterministic guardrail for AI-written diffs, runnable from inside the coding agent's own loop over MCP. Zero-LLM-token, AST-precise rules (SQLi, SSRF, XXE, permissive CORS, prototype pollution, hardcoded secrets) across 8 languages, plus structural checks for reinvented helpers and over-abstraction — findings scoped to only the changed lines, same input always gives the same output, no false-bloc

4 TypeScript Updated 5d ago Score 57
MCP Server Active

nikolay-e/diffctx

Selects the minimum code context an LLM needs to understand a git diff: graph-based fragment selection under a token budget, deterministic, 30+ languages. Published on PyPI and in the MCP Registry.

2 Rust Updated today Score 55
MCP Server Maintained

corralimited/snapdiff-mcp

Intent-aware visual verification for coding agents: the agent declares what a UI change should affect, and SnapDiff diffs the page against a baseline and flags anything that changed outside that intent for review or rollback — local screenshot capture via Playwright.

5 TypeScript Updated 1mo ago Score 51
MCP Server Active

mcurmi05/vdiff

Breaking-change diffs for npm packages so coding agents stop writing code against outdated API knowledge.

0 TypeScript Updated 23d ago Score 50
MCP Server Stale

DigiCatalyst-Systems/dep-diff-mcp

Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan. Point it at a Dependabot PR and get back semver classification, breaking changes from GitHub release notes, CVEs fixed in range, migration links, and a per-package recommendation. Bulk tool ranks up to 50 changes by risk (security > caution > review > likely-safe > safe). Install via `npx -y @digicatalyst/dep-diff-mcp`.

2 TypeScript Updated 3mo ago Score 38
MCP Server Inactive

gorosun/unified-diff-mcp

Generate and visualize unified diff comparisons with beautiful HTML/PNG output, supporting side-by-side and line-by-line views for filesystem dry-run integration

12 TypeScript Updated 1y ago Score 31
Agent Skill Active

phuryn/competitor-analysis

Analyze competitors with strengths, weaknesses, and differentiation

24.8k Updated 29d ago Score 90
Agent Skill Active

phuryn/positioning-ideas

Brainstorm positioning ideas differentiated from competitors

24.8k Updated 29d ago Score 90
Agent Skill Active

deanpeters/positioning-statement

Define target audience, problem solved, and differentiation using Geoffrey Moore's framework

6.2k Shell Updated 15d ago Score 88
Agent Skill Active

NVIDIA/Megatron-Core/update-golden-values

Refresh golden values from a GitHub Actions workflow run (failing-only or all jobs), score the change with average normalized relative differences, and produce a PR-ready summary.

2.8k Python Updated today Score 84
MCP Server Active

0xMassi/webclaw

Web content extraction for AI agents. 10 tools: scrape, crawl, map, batch, extract, summarize, diff, brand, search, research. TLS fingerprinting bypasses anti-bot without a browser. 67% fewer tokens than raw HTML. `npx create-webclaw` auto-configures Claude, Cursor, Windsurf, Codex, OpenCode.

2.1k Rust Updated yesterday Score 83
MCP Server Active

Mibayy/token-savior

Structural code intelligence MCP server for AI-assisted development. Navigate and edit code by symbol names instead of raw text — symbol lookup, dependency graphs, call chains, dead code detection, and structural diff. Replaces grep/cat with semantic tools: 87% token reduction on large codebases.

1.1k Python Updated yesterday Score 75
MCP Server Active

fabio-rovai/open-ontologies

AI-native ontology engineering with 39 tools and 5 prompts for OWL/RDF/SPARQL. Validate, query, diff, lint, version, and govern knowledge graphs via Oxigraph triple store.

222 Rust Updated 5d ago Score 73
Agent Skill Active

browserbase/ui-test

Run adversarial UI tests by analyzing git diffs in a real browser

3.7k JavaScript Updated 2d ago Score 71
MCP Server Active

nesquikm/mcp-rubber-duck

An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel for explaining problems to various AI "ducks" and getting different perspectives

172 TypeScript Updated 5d ago Score 67
MCP Server Active

kage-core/Kage

Verified, git-native memory for coding agents. Memory is plain JSON packets committed in your repo, each checked against the code it cites — hallucinated citations rejected at write, stale or changed memory withheld at recall, plus diff-time stale-catch. Local-only (BM25 + vectors), no account, no API key. `npx -y @kage-core/kage-graph-mcp install`

31 TypeScript Updated 4d ago Score 65
MCP Server Active

delimit-ai/delimit

API governance server that detects breaking changes in OpenAPI specs. Diffs two spec versions, applies configurable policy rules (strict/default/relaxed), and returns structured pass/fail verdicts. 23 change types, 10 breaking. Supports OpenAPI 3.0, 3.1, and Swagger 2.0.

21 Python Updated 4d ago Score 63
MCP Server Active

masondelan/selvedge

Change tracking for AI-era codebases. AI agents call it to log structured change events (entity + diff + reasoning) before the session ends, then query history with diff, blame, history, changeset, and search. Captures the intent that would otherwise evaporate.

17 Python Updated today Score 63
MCP Server Active

graphpilot-oss/graphpilot

Structural memory for coding agents. Indexes TypeScript/JavaScript repos and exposes callers, callees, blast-radius impact, and symbol locations over MCP — with file:line@sha evidence anchors and branch-aware differential impact — so agents answer "who calls X?" / "what breaks if I change X?" without re-reading files. Local-only, zero telemetry, Apache-2.0. `npx @graphpilot-oss/graphpilot mcp`

15 TypeScript Updated yesterday Score 62
MCP Server Official Maintained

liveblocks/liveblocks-mcp-server

Create, modify, and delete different aspects of [Liveblocks](https://liveblocks.io) such as rooms, threads, comments, notifications, and more. Additionally, it has read access to Storage and Yjs.

17 TypeScript Updated 2mo ago Score 61
MCP Server Active

LeonTing1010/tap

MCP server that compiles AI browser automation into deterministic `.tap.json` plans (25-op closed union, zero runtime LLM), runs on your logged-in Chrome, and detects drift via semantic fingerprint diff when sites change. 65+ open community taps on 40+ sites.

12 JavaScript Updated today Score 61
MCP Server Active

richer-richard/cochlea

Render, analyze, and verify audio (WAV or FLAC) through a fully offline, deterministic engine. Compose scores as data, render byte-identical PCM, pull loudness, pitch, tempo, key, and structure reports, generate spectrograms, and diff two renders against each other. No ffmpeg, no audio device, just numbers an agent can actually reason about. `cargo install cochlea-mcp`

11 Rust Updated 8d ago Score 61
MCP Server Maintained

raveenb/fal-mcp-server

Generate AI images, videos, and music using Fal.ai models (FLUX, Stable Diffusion, MusicGen) directly in Claude Desktop

52 Python Updated 2mo ago Score 60
MCP Server Active

j0hanz/filesystem-context-mcp-server

Read-only MCP server for secure filesystem exploration, searching, and analysis with symlink protection.

10 TypeScript Updated 27d ago Score 60
MCP Server Active

fixed-width/glass

Gives a coding agent a build → see → interact → debug loop over the native GUI app it is writing: launch the app, screenshot it, read its accessibility tree, inject mouse/keyboard/gestures, tail its logs, and diff frames to confirm a change landed. Drives apps as an external black box with no app integration, so any toolkit or language works. 30 tools with text-first responses (element ids, diffs,

10 Rust Updated today Score 60
MCP Server Active

richer-richard/fenestra

Render and verify native Rust GUIs with no display or GPU: render to a typed accessibility tree, query/interact by semantic selector (never coordinates), check contrast/focus-order/hit-target-size, diff screenshots, and watch motion play as a captioned filmstrip. 13 tools. `cargo install fenestra-mcp`.

9 Rust Updated 2d ago Score 60
MCP Server Active

rwnalds/engram

Second brain your agents read and write, over a git-backed markdown vault. Authority-aware search ranks superseded and archived notes below live ones (from frontmatter, no vector DB), so agents quote the current doc, not the dead one. Per-agent read-only or write tokens, a git audit trail of every change with diffs, a knowledge-graph dashboard, and Obsidian compatibility.

9 TypeScript Updated 11d ago Score 60
MCP Server Active

dugubuyan/agent-nexus

Service-boundary-aware document exchange center for coordinating heterogeneous LLM code agents. Versioned Markdown store, pub-sub notifications, diff-aware updates, and lifecycle stage tracking. Each service registers as a sub-project; agents subscribe to cross-service document changes and receive structured diffs via MCP.

8 Python Updated 2d ago Score 60
MCP Server Active

soren-achebe/backscroll

Answers "what did that command print?" from your real terminal history: a per-command PTY session recorder (OSC 133) stores every command's full output, exit code, cwd, and duration in local SQLite/FTS5, and the MCP server searches, retrieves, and diffs those outputs — secret redaction on by default before anything reaches the model.

5 Go Updated 2d ago Score 58
MCP Server Active

djerok/glm-mcp

Run GLM (Zhipu/Z.ai) as a real sub-agent inside Claude Code or GitHub Copilot. GLM gets its own agent loop (read/write/edit/run) on your repo — not a single LLM call — with peak-aware Opus-vs-GLM routing, diff/dry-run/git-revert oversight, and a usage ledger. ~10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key.

2 JavaScript Updated 17d ago Score 55
MCP Server Active

arnavranjan005/mcp-telemetry

Socket.IO-style telemetry for MCP servers. Instrument a tool call with a few lines of `mcp-telemetry-sdk`, and `telemetry_subscribe` streams its live progress (steps, logs, cost, done) to any connected MCP client via `notifications/progress` — no polling, and a job started in one session can be watched from a completely different one.

2 TypeScript Updated 3d ago Score 55
MCP Server Active

croc100/Litescope

MCP-first operations toolchain for SQLite, Cloudflare D1, and Turso. Inspect, diff, migrate, monitor, back up, and repair databases over stdio. Read-only by default; writes are opt-in, dry-run first, and auto-snapshot before applying. `npx -y litescope mcp`

1 Go Updated 19d ago Score 53
MCP Server Active

seldonframe/reelier

Record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift — CI + snapshot tests for MCP tool-call workflows. `npx -y reelier serve`

1 TypeScript Updated today Score 53
MCP Server Active

AIDataNordic/Food-Recipe-MCP

Semantic search across 50,000+ Food.com recipes with hybrid dense+sparse retrieval and cross-encoder reranking. Filter by diet, cooking time and difficulty. Live remote endpoint available.

1 Python Updated 18d ago Score 53
Agent Skill Stale

realkimbarrett/headline-matrix

Generate high-performing headline variations across different angles

723 Updated 4mo ago Score 52
MCP Server Maintained

xChuCx/agent-memory

Git-native project memory for coding agents: Markdown source of truth committed to your repo, reviewable staged updates (`review --diff` → `apply`), secret/PII-safe, branch-aware — no cloud, no vector DB.

7 Go Updated 1mo ago Score 52
MCP Server Stale

spranab/brainstorm-mcp

Multi-round AI brainstorming debates between multiple models (GPT, Gemini, DeepSeek, Groq, Ollama, etc.). Pit different LLMs against each other to explore ideas from diverse perspectives.

67 TypeScript Updated 3mo ago Score 51
MCP Server Active

Eltortilla1/synapse-code-mcp

Structural code context server for AI agents — compressed symbol indexes, dependency graphs, and git diffs via TypeScript AST analysis. Zero external dependencies, no vector database or embedding API required.

3 TypeScript Updated 5d ago Score 51
MCP Server Active

gopalrajsuresh/covalent-bond

Pair two AI coding agents on different machines over an end-to-end-encrypted channel: files and messages travel through a relay that only ever sees ciphertext - it can never read your data - authenticated by a short code shared out-of-band, with human consent before any file is written. Install with `npx covalent-bond`.

0 JavaScript Updated 5d ago Score 50
MCP Server Active

trysonar/mcp

App Store Optimization for AI agents — keyword research with difficulty and popularity scores, daily rank tracking, review mining, competitor gap analysis, and revenue estimation across the iOS App Store and Google Play. 32 tools. `npx @sonarapp/mcp`

0 TypeScript Updated 14d ago Score 50
MCP Server Active

daniloneto/bitbucket-mcp

MCP server for Bitbucket Cloud focused on pull-request review — read PRs, diffs, comments, commits, files and the repo tree; post inline/general comments, approve, or request changes. Uses Atlassian API tokens (stdio).

0 JavaScript Updated 24d ago Score 50
MCP Server Maintained

kestiny18/spring-nacos-mcp

Project-aware, read-only Nacos config & service-discovery server for Spring Cloud repos. Zero setup: auto-discovers every environment (dev/test/prod/...) from the repo's application/bootstrap files, with cross-environment key-level config diff. Single file, zero dependencies.

3 Python Updated 1mo ago Score 49
MCP Server Maintained

Vbj1808/retrieval-lens

Black-box flight recorder for RAG retrieval inside MCP agents. Logs chunks, scores, sources and rankings so you can audit, replay and diff retrieval runs.

2 TypeScript Updated 1mo ago Score 48
MCP Server Maintained

flowzap-xyz/flowzap-mcp

Create workflow, sequence, and architecture diagrams using FlowZap Code DSL. 7 tools for validation, playground URL generation, syntax docs, graph export, artifact parsing, diffing, and patching. No API key required. Install via NPM: `npx -y flowzap-mcp`

5 TypeScript Updated 2mo ago Score 46
MCP Server Maintained

lihtness/gnomon-mcp

Deterministic batch tools so LLM agents stop next-token-guessing dates and math. Rich `now()` snapshot (18 fields), `calendar(ops)` batch dispatcher (diff/until/since/add/weekday/business_days, natural-language parsing), `calc(expressions)` Python eval with math+stats pre-loaded, and Pint-based unit conversion. One wiring for dates + math + units. Listed in the official MCP Server Registry. `uvx g

1 Python Updated 2mo ago Score 46
MCP Server Maintained

archoor/painspotter-mcp

AI-analyzed startup & product opportunities mined from Reddit, Hacker News, Product Hunt & Stack Exchange. Query pain points, trending themes, and commercial scores (pain intensity, willingness-to-pay, build difficulty). Remote hosted MCP at painspotter.ai — free tier covers overview + opportunity detail; Pro unlocks search, trending themes & theme-level market signals.

1 Python Updated 1mo ago Score 46
MCP Server Stale

JamesANZ/cross-llm-mcp

An MCP server that enables cross-LLM communication and memory sharing, allowing different AI models to collaborate and share context across conversations.

16 TypeScript Updated 3mo ago Score 45
12Next ›