Smart, case-aware search & replace for codebases. Provides atomic renaming of symbols, files, and directories with full undo/redo. The MCP server lets AI assistants plan, preview, and apply rename operations safely, handling all naming conventions (snake_case, camelCase, PascalCase, etc.) automatically.
Server Config
{
"mcpServers": {
"renamify": {
"command": "npx",
"args": [
"-y",
"@renamify/mcp-server"
]
}
}
}