MCP.so
登录
G

Genify

@daxartio

关于 Genify

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

daxartio

提交者

Danil Akhtarov

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器