Genify
Description
MCP tool for AI coding agents to safely plan, diff, and apply structured file changes inside a project root. Use genify for repeatable codebase edits: writing files, replacing text, inserting blocks around markers, moving/copying/deleting paths, creating directories, changing…
About
MCP tool for AI coding agents to safely plan, diff, and apply structured file changes inside a project root. Use genify for repeatable codebase edits: writing files, replacing text, inserting blocks around markers, moving/copying/deleting paths, creating directories, changing modes, and generating dry-run diffs before…
Details
- Author
- daxartio
- Downloads
- 115
- Categories
- Other
Jump to
- Dry‑run diff generation before applying changes
- Write new files or overwrite existing ones
- Replace text at specific locations
- Insert code blocks around markers
- Move, copy, or delete file paths
- Create directories and change file modes
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GenifyCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"genify": {
"genify": {
"command": "genify",
"args": [
"mcp",
"--root",
"."
]
}
}
}
}
McpServers
{
"genify": {
"command": "genify",
"args": [
"mcp",
"--root",
"."
]
}
}
MCP tool for AI coding agents to safely plan, diff, and apply structured file changes inside a project root.
Use genify for repeatable codebase edits: writing files, replacing text, inserting blocks around markers, moving/copying/deleting paths, creating directories, changing modes, and generating dry-run diffs before applying changes.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



