henka

martint/henka
★ 1 stars Rust Code/Dev Tools Updated 5d ago
Multi-tenant MCP server for structured, semantics-aware code refactorings
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": {
    "henka": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "henka"
      ]
    }
  }
}

README Excerpt

Structured, semantics-aware code refactorings for AI agents, spoken over [MCP](https://modelcontextprotocol.io) — real refactorings computed by the language's own toolchain, not text munging. - **Refactorings, not string edits.** Rename, extract, inline, change-signature, organize-imports, find-usages — computed by the language's real compiler view (Eclipse JDT for Java), so they hold across files and overloads. Every edit comes back as a diff you can preview before anything touches disk.

Tools (1)

xtask