jscpd
OfficialRelated Servers
Alternatives to jscpd
No user-submitted related servers found.
Related Servers
- AlicenseCqualityCmaintenanceDeterministic MCP server for semantic analysis of JavaScript/TypeScript codebases, including frameworks like Vue, Angular, React, and Node. It provides tools for type checking, code metrics, framework-specific analysis, and quality heuristics via static parsing.1001MIT
- AlicenseNot gradedqualityCmaintenanceA local MCP server that indexes TypeScript/JavaScript projects and returns budget-aware, dependency-optimized context packs for AI coding assistants.1MIT
- FlicenseNot gradedqualityDmaintenanceGive your AI coding agents superpowers — a local MCP server for fast, token-efficient code navigation, search & analysis.-
- AlicenseNot gradedqualityCmaintenanceToken-efficient MCP server for multi-language project analysis (Java, TypeScript, JavaScript, Markdown, Python) with plugins, semantic search, and static analysis.MIT
- AlicenseBqualityAmaintenanceAn MCP code-intelligence server for AI agents with pre-indexed AST cache, 62 MCP tools, and TOON-compressed output, enabling token-efficient code analysis and project health grading entirely locally.91,144 PyPI50MIT
- AlicenseAqualityAmaintenanceFramework-aware code intelligence MCP server that builds a cross-language dependency graph from source code. 53 integrations (Laravel, Django, Rails, Spring, NestJS, Next.js, and more) across 68 languages. 100+ tools for navigation, impact analysis, refactoring, security scanning, session memory, and CI/PR reports — up to 97% token reduction.291,663 npm176MIT
TDQS
Scored across 4 tools
Each tool targets a distinct workflow stage: refreshing the scan, checking a snippet, listing clones by file, and reporting aggregate statistics. Although check_current_directory also returns a clone list, its refresh role is clearly separated from the query tools by the descriptions.
All tool names use a consistent lowercase snake_case pattern with an imperative verb (check/get) followed by a noun phrase. The naming makes each tool's target and action immediately identifiable.
Four tools is a well-scoped set for a code-duplication server: rescan, snippet-level detection, file-level clone listing, and aggregate statistics. Each tool earns its place without redundancy.
The tool set covers the full workflow: refresh the scan state, then query clones by snippet, by file, or by project statistics. check_current_directory also returns the full clone list, so there is no missing path to raw duplication results.