Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“‚ File Systems
  3. Chisel
Chisel logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:32:09 PM

Chisel

User RatingsBe the first to rate and review this MCP server!
View Repository17 GitHub StarsTotal stargazers on GitHub for the source repository (17 stars).Visit Website
file-systemsdeveloper-toolsrustmcpsecurity

Rust MCP file tools that reduce context use with targeted reads, diff-based edits, and strict root confinement.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ckanthony-chisel": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (6) Directory Badge Claim listing Alternatives๐Ÿ“‚ More in File Systems

Overview

The ckanthony/Chisel MCP server provides confined file operations designed to minimize context usage during agent workflows. It applies unified diffs for focused edits and exposes grep, sed, and other whitelisted Unix commands for targeted reads instead of returning entire files. A configured root limits every file path, including paths passed to shell commands, while disallowed commands are rejected before execution. Reach for it when an agent needs controlled local file access, compact tool calls, or embeddable Rust-based file operations.

Use cases

โ€ขApply small source-code changes with unified diffs
โ€ขSearch large files with grep or rg
โ€ขExtract selected file sections with sed
โ€ขRestrict agent file access to a configured root
โ€ขEmbed confined file operations in another MCP server

Key features

โ€ขAtomic unified-diff editing
โ€ขTargeted Unix-style file inspection
โ€ขKernel-enforced path confinement
โ€ขFixed shell-command whitelist
โ€ขFile creation, movement, and directory management
โ€ขRust core library with WebAssembly embedding options

Capabilities & Tool Schemas (6) ~122 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Chisel.

patch_apply

Apply a unified diff atomically; accepts raw or ````diff` fenced patches โ€” **primary edit tool; sends only changed lines, not the full file

append

Append content to an existing file

write_file

Write (create or overwrite) a file; creates parent dirs automatically

create_directory

Create a directory tree (`mkdir -p` semantics)

move_file

Move or rename a file within root

shell_exec

Run a whitelisted command โ€” `grep sed awk find cat head tail wc sort uniq cut tr diff file stat ls du rg

How Chisel works

What ckanthony/Chisel MCP server does

The ckanthony/Chisel MCP server gives an MCP client a restricted set of file and shell-style operations. Its main editing path is patch_apply, which accepts a unified diff and changes only the lines covered by the patch. If the patch does not match, the operation fails without applying the edit. Raw diffs and diffs inside a diff code fence are supported.

For inspection, the server favors targeted commands over whole-file reads. The shell_exec tool exposes a compile-time whitelist containing grep, sed, awk, find, cat, head, tail, wc, sort, uniq, cut, tr, diff, file, stat, ls, du, and rg. This lets an agent search for headers, extract a section, compare files, or inspect metadata while returning less content to the model.

The remaining file tools cover appending, creating or replacing files, creating directory trees, and moving or renaming files. The server is implemented in Rust and is also associated with a reusable chisel-core library that can be embedded by Rust, Node.js through WebAssembly, or Python through WebAssembly.

How it works

All paths are checked against a configured root before file I/O or process creation. Absolute paths outside that root are rejected, and the confinement check also accounts for symlinks. The same validation applies to paths supplied to shell_exec, so using a permitted command does not bypass the root boundary.

Command execution is restricted to the fixed whitelist. Commands such as rm, bash, sh, curl, chmod, and sudo are not available, and the README states that the list cannot be expanded at runtime by the model. The documented security defaults also include bearer-token authentication, binding to 127.0.0.1, atomic writes, and a read-only mode.

Setup and configuration

The ckanthony/Chisel MCP server can be installed from a pre-built .mcpb bundle, described as a one-click installation with no build step, or from a raw binary published on the GitHub Releases page. The supplied material does not specify a package-manager command or a complete MCP client configuration block.

A deployment needs a configured filesystem root so that the server can enforce path confinement. Bearer-token authentication is part of the documented security model, but the provided material does not identify the token variable, configuration key, or setup syntax. The project also includes an agent skill at skills/chisel/SKILL.md; its README gives npx skills add ckanthony/Chisel as the command to install that skill, not the MCP server itself.

Tools and capabilities

  • patch_apply: Apply a raw or fenced unified diff atomically.
  • append: Add content to an existing file.
  • write_file: Create or overwrite a file and create missing parent directories.
  • create_directory: Create nested directories with mkdir -p behavior.
  • move_file: Move or rename a file within the configured root.
  • shell_exec: Run one command from the fixed Unix-tool whitelist.

The design is suited to agents editing source, documentation, or other files where sending complete file contents would consume unnecessary context. It is less suitable when unrestricted shell access or access outside one configured root is required.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in File Systems View all alternatives
  • MCP File Tools logoMCP File Tools

    Filesystem server for legacy, non-UTF-8 files. Auto-detects and converts 24 encodings (CP1251, CP1252, ISO-8859-x, KOI8-R/U, GBK/GB18030), keeps each file's original encoding on write, and manages BOM and line endings. Encoding-aware grep, partial reads with offset/limit for large files, and allowed-directory confinement. Single Go binary, no runtime dependencies.

    ๐Ÿ“‚ File Systems2 views
    Compare vs MCP File Tools โ†’
  • Filesystem Context MCP Server logoFilesystem Context MCP Server

    Read-only MCP server for secure filesystem exploration, searching, and analysis with symlink protection.

    ๐Ÿ“‚ File Systems3 views
    Compare vs Filesystem Context MCP Server โ†’
  • MCP Text Editor logoMCP Text Editor

    A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.

    ๐Ÿ“‚ File Systems1 views
    Compare vs MCP Text Editor โ†’
  • MCP Filesystem Server logoMCP Filesystem Server

    Golang implementation for local file system access.

    ๐Ÿ“‚ File Systems4 views
    Compare vs MCP Filesystem Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
17
Stargazers on the source repository.
Last commit
6mo ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Chisel

The README points to a pre-built .mcpb bundle for one-click installation or a raw binary from the project's GitHub Releases page. It does not provide a package-manager command for the server.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewChisel AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ckanthony-chisel?style=directory)](https://allmcps.com/mcp/ckanthony-chisel)
HTML Embed
<a href="https://allmcps.com/mcp/ckanthony-chisel"><img src="https://allmcps.com/api/badge/ckanthony-chisel?style=directory" alt="Chisel on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“‚File Systems
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars17
GitHub Star CountTotal stargazers on GitHub representing community popularity (17 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 7, 2026
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท skills (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“‚ File Systems โ†’Best MCP servers for File Systems โ†’Alternatives to Chisel โ†’Install in Claude DesktopInstall in CursorInstall in VS Code