claude-agent-mcp-skills
Verified Safeby dbbuilder
Overview
Assists with analyzing and applying code migrations between different frameworks and their versions.
Installation
node build/index.jsSecurity Notes
The `apply_migration_fixes` tool performs direct file system modifications (read, write, copy) and creates backups. Lack of explicit path traversal validation within the provided snippet for `projectPath` could lead to arbitrary file modification if not handled by the MCP SDK or a higher-level client. Regular expression patterns for detection are hardcoded, mitigating ReDoS from user input. No direct use of `eval` or `execSync` is present in this server's code.
Similar Servers
claude-code-subagents-collection
Provides a command-line interface to browse, install, manage, and verify Claude Code subagents, commands, and external MCP (Model Context Protocol) servers, facilitating local and project-level configuration for development workflows.
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
skillz
Acts as an MCP server to expose Claude-style skills and their resources as callable tools for AI agents.
claude-codex-settings
This repository provides a toolkit and configurations for integrating Model Context Protocol (MCP) servers into Claude Code plugins, enabling AI agents to interact with external services, local tools, and APIs within an AI-assisted development environment.