From e07ab156a07815632e853ac1ae5e2d28b9bfa345 Mon Sep 17 00:00:00 2001 From: apk Date: Sat, 29 Aug 2026 12:25:09 +0200 Subject: [PATCH] Add jscpd MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6089495b4..30092c70c 100644 --- a/README.md +++ b/README.md @@ -1069,6 +1069,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [docweave/mcp](https://github.com/NicolasMartalog/docweave-mcp) [![docweave/mcp MCP server](https://glama.ai/mcp/servers/NicolasMartalog/docweave-mcp/badges/score.svg)](https://glama.ai/mcp/servers/NicolasMartalog/docweave-mcp) 📇 🏠 ☁️ - Generate and read PDFs for AI agents: a `generate_pdf` tool (HTML, a URL, or a template + JSON → PDF) and a `read_pdf` tool (a PDF → text/markdown). Run locally with `npx @docweave/mcp` or use the hosted streamable-HTTP endpoint. Chromium-rendered, priced per document. - [emailens/mcp](https://github.com/emailens/mcp) [![emailens/mcp MCP server](https://glama.ai/mcp/servers/emailens/mcp/badges/score.svg)](https://glama.ai/mcp/servers/emailens/mcp) 🎖️ 📇 ☁️ - Official MCP server for Emailens, the rendering linter for email. Lint HTML email for rendering issues across 15 clients (Gmail, Outlook, Apple Mail and more), score CSS compatibility 0-100 per client, simulate dark mode, and get framework-native fix snippets for React Email, MJML, and Maizzle. `npx -y @emailens/mcp` - [forgemeshlabs/aso-audit-mcp](https://github.com/forgemeshlabs/aso-audit-mcp) [![forgemeshlabs/aso-audit-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/aso-audit-mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Free Agent Signal Optimization scanner for website/API agent readiness. Scores discovery, identity, trust, commerce, reputation, and memory signals; validates robots.txt AI bot rules, llms.txt, agent.json, Google A2A agent cards, MCP server cards, API catalogs, OAuth metadata, x402, pricing, security.txt, status endpoints, and cross-file identity consistency. Returns ASO maturity levels, evidence, and prioritized fix plans. Local stdio or Glama-hosted, no API key required. `npx -y @forgemeshlabs/aso-audit-mcp`. +- [kucherenko/jscpd](https://github.com/kucherenko/jscpd) 🎖️ 🦀 🏠 🍎 🪟 🐧 - Copy/paste (duplicate code) detection for codebases. The jscpd detector's built-in MCP server lets agents check snippets and files for duplication against a scanned project — useful as a DRY gate before an agent commits generated code. Self-contained binary, stdio transport: `jscpd --mcp`. - [KyaniteLabs/checkyourself](https://github.com/KyaniteLabs/checkyourself) [![KyaniteLabs/checkyourself MCP server](https://glama.ai/mcp/servers/KyaniteLabs/checkyourself/badges/score.svg)](https://glama.ai/mcp/servers/KyaniteLabs/checkyourself) 🐍 🏠 - Local-first production-readiness audit for AI-built apps: read-only checks, an evidence-based 0-100 score, and guided fixes before launch. - [mcurmi05/vdiff](https://github.com/mcurmi05/vdiff) [![mcurmi05/vdiff MCP server](https://glama.ai/mcp/servers/mcurmi05/vdiff/badges/score.svg)](https://glama.ai/mcp/servers/mcurmi05/vdiff) 📇 ☁️ - Breaking-change diffs for npm packages so coding agents stop writing code against outdated API knowledge. - [modus-agendi/managed-agent-control-mcp](https://github.com/modus-agendi/managed-agent-control-mcp) [![modus-agendi/managed-agent-control-mcp MCP server](https://glama.ai/mcp/servers/modus-agendi/managed-agent-control-mcp/badges/score.svg)](https://glama.ai/mcp/servers/modus-agendi/managed-agent-control-mcp) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Start, observe, and interact with Claude Managed Agents from any MCP client — launch an agent, poll its events to watch it work, reply, approve the tools it wants to run, and stop it. Runs over stdio, an HTTP container, or AWS Lambda, with pluggable inbound auth (bearer/OIDC/Cognito).