Armory
Source
Browse
MCPs

ckanthony-chisel

Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100× fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500×). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM).

Score
72.6442 signals
Evidence
17 stars · 3 forks
Last commit
as last read from GitHub; most reads are from 2 Sep 2026 or later
Listed

Install

No one-command install. Set it up from its source.

Alternatives · MCPs

  1. cachebro218 stars · 19 forks93.615
  2. vecgrep9 stars · 2 forks63.694

What it is

Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100× fewer tokens), and read large files with targeted grep/sed instead of full reads (up to 500×). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM).

When to use it

When an agent needs the "File Systems" capability this MCP server exposes.

Source

Migrated from the awesome-mcp-servers navigation directory (category: File Systems). See https://github.com/ckanthony/Chisel.