hashline-rs

zchee/hashline-rs
★ 0 stars Rust Search Updated today
Standalone MCP server for hashline anchor-based file reading, editing, and searching (Rust port of grok_build_hashline)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hashline-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "hashline-rs"
      ]
    }
  }
}

README Excerpt

A standalone [Model Context Protocol] server implementing the hashline anchor-based file toolset from [xai-org/grok-build] (`crates/codegen/xai-grok-tools/src/implementations/grok_build_hashline`), written in Rust on top of the official [rmcp] SDK. Every line of a file gets a compact anchor (`LINE:HASH` or `LINE:HASH:HASH`)

Tools (3)

hashline_edithashline_grephashline_read