Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Digital-Defiance/mcp-filesystem

NPM · @AI-CAPABILITIES-SUITE/MCP-FILESYSTEM · SCANNED AUG 3

Advanced filesystem operations with strict security boundaries for AI agents

+11 this week 53 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (119 of 123), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability34
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 437 tokens (~36/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @ai-capabilities-suite/mcp-filesystem

# add to Claude Code
claude mcp add digital-defiance-mcp-filesystem -- npx -y @ai-capabilities-suite/mcp-filesystem
# add to Codex CLI
codex mcp add digital-defiance-mcp-filesystem -- npx -y @ai-capabilities-suite/mcp-filesystem
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "digital-defiance-mcp-filesystem": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ai-capabilities-suite/mcp-filesystem"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add digital-defiance-mcp-filesystem --command npx --arg -y --arg @ai-capabilities-suite/mcp-filesystem
# ~/.hermes/config.yaml
mcp_servers:
  digital-defiance-mcp-filesystem:
    command: "npx"
    args: ["-y", "@ai-capabilities-suite/mcp-filesystem"]
// mcp.json
{
  "mcpServers": {
    "digital-defiance-mcp-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-filesystem"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +28
    • CVE-2026-41907 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Security disclosure: fail → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −17
    • Malware scan: pass → unverified security
    • Schema quality: unverified → poor functional
  • 27 Jul 26 42

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@ai-capabilities-suite/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
Dependencies 119 packages

119 packages in the resolved dependency tree · 119 deprecated · 40 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~437 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
fs_analyze_disk_usage ~38

Analyze disk usage

NameTypeReqDescription
depthstring
groupByTypestring
pathstringyes

No output schema declared.

No examples provided.

fs_batch_operations ~30

Execute multiple filesystem operations atomically

NameTypeReqDescription
atomicstring
operationsstringyes

No output schema declared.

No examples provided.

fs_build_index ~31

Build file index for fast searching

NameTypeReqDescription
includeContentstring
pathstringyes

No output schema declared.

No examples provided.

fs_compute_checksum ~28

Compute file checksums

NameTypeReqDescription
algorithmstring
pathstringyes

No output schema declared.

No examples provided.

fs_copy_directory ~42

Copy directories recursively

NameTypeReqDescription
destinationstringyes
exclusionsstring
preserveMetadatastring
sourcestringyes

No output schema declared.

No examples provided.

fs_create_symlink ~30

Create symbolic links

NameTypeReqDescription
linkPathstringyes
targetPathstringyes

No output schema declared.

No examples provided.

fs_get_watch_events ~30

Get accumulated watch events

NameTypeReqDescription
clearstring
sessionIdstringyes

No output schema declared.

No examples provided.

fs_search_files ~75

Search for files by name, content, or metadata

NameTypeReqDescription
fileTypesstring
maxSizestring
minSizestring
modifiedAfterstring
querystringyes
searchTypestring
useIndexstring

No output schema declared.

No examples provided.

fs_stop_watch ~22

Stop watching a directory

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

fs_sync_directory ~40

Sync directories (copy only newer or missing files)

NameTypeReqDescription
destinationstringyes
exclusionsstring
sourcestringyes

No output schema declared.

No examples provided.

fs_verify_checksum ~35

Verify file checksums

NameTypeReqDescription
algorithmstring
checksumstringyes
pathstringyes

No output schema declared.

No examples provided.

fs_watch_directory ~36

Watch directory for filesystem changes

NameTypeReqDescription
filtersstring
pathstringyes
recursivestring

No output schema declared.

No examples provided.