Refactor
Provides regex-based code refactoring capabilities for bulk search-and-replace operations across file systems with pattern matching, context filtering, and glob-based file discovery to enable large-scale code transformations and migrations.
5 stars
0 tools
Created Aug 2025
@myuon/myuon-refactor-refactor-mcpAbout
Provides regex-based code refactoring capabilities for bulk search-and-replace operations across file systems with pattern matching, context filtering, and glob-based file discovery to enable large-scale code transformations and migrations.
Categories
general
Installation
npm
npm install @myuon/myuon-refactor-refactor-mcp
Configuration
{
"mcpServers": {
"myuon-refactor-refactor-mcp": {
"command": "npx",
"args": [
"-y",
"@myuon/myuon-refactor-refactor-mcp"
]
}
}
}