Genify

by daxartio

115 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Genify
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.