MCP.so
Sign In
G

Genify

@daxartio

About Genify

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

daxartio

Submitted by

Danil Akhtarov

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "genify": {
      "command": "genify",
      "args": [
        "mcp",
        "--root",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Genify?

Genify is an MCP tool for AI coding agents to safely plan, diff, and apply structured file changes inside a project root.

How to use Genify?

The README does not provide installation or configuration instructions. It describes Genify as a tool invoked by AI coding agents to perform file operations including writing files, replacing text, inserting blocks around markers, moving/copying/deleting paths, creating directories, changing modes, and generating dry‑run diffs before applying changes.

Key features of Genify

  • 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

Use cases of Genify

  • AI‑assisted code generation that requires safe file modifications
  • Automated refactoring with preview of changes
  • Repeatable edits like inserting boilerplate around markers
  • Bulk file organization (move, copy, delete) within a project

FAQ from Genify

What operations can Genify perform?

Genify can write files, replace text, insert blocks around markers, move/copy/delete paths, create directories, and change file modes.

Does Genify support previewing changes before applying them?

Yes, Genify can generate dry‑run diffs so the AI agent can review modifications before committing them.

Is Genify safe to use on a project?

The tool is designed for safe, structured file changes and provides dry‑run diffs to verify actions before they are applied.

What runtime or protocol does Genify use?

Genify is an MCP (Model Context Protocol) tool intended for use by AI coding agents.

Where are changes applied?

All operations are confined to a project root directory.

Comments

More Other MCP servers