MCP Directory

ckanthony/Chisel

GitHub
File Management

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).

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

uvx chisel

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from ckanthony/Chisel your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "chisel": {
      "command": "uvx",
      "args": [
        "chisel"
      ]
    }
  }
}

Route ckanthony/Chisel intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add chisel

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use ckanthony/Chisel directly without routing

uvx chisel

New to Agent-CoreX? View setup guide →

ckanthony/Chisel MCP Server — Agent-CoreX