binary-skyhawk

skylence-be/binary-skyhawk
★ 0 stars Rust 💻 Code/Dev Tools Updated today
Content-hash-guarded line editor: CLI + MCP server (read/edit/create/delete)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "binary-skyhawk": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "binary-skyhawk"
      ]
    }
  }
}

README Excerpt

Content-hash-guarded search and edit toolkit for files. Address lines by number, bind every edit to a 4-hex content tag. A stale tag (file changed since it was read) is caught before any write and, when possible, recovered via 3-way merge instead of failing. Grep and structural search return the same `¶path#TAG` anchors that edit consumes directly.

Tools (7)

skyhawk_editskyhawk_formatskyhawk_grepskyhawk_readskyhawk_sgrepskyhawk_srewriteskyhawk_version

Topics

aiclieditorhashlinemcp