Chisel

ckanthony/Chisel
★ 8 stars Rust 🤖 AI/LLM Updated 1mo ago
🪛 Rust powered precision file tools for AI agents thats minimize context use: patch-based edits, kernel-enforced path confinement. Dramatically fewer tokens than naive read/write. MCP Server or embeddable, bring your own MCP (Rust, Python, Nodejs). Come with Skills.md (npx skills add ckanthony/Chisel)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chisel": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Chisel"
      ]
    }
  }
}