disk-space-monitor

sandhyayadavalli/disk-space-monitor
★ 0 stars Python AI/LLM Updated 1d ago
A Model Context Protocol (MCP) server that lets AI assistants check disk usage on your machine, per-partition scans, single-path reports, and one-line health summaries. Cross-platform, no network access.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "disk-space-monitor": {
      "command": "uvx",
      "args": [
        "disk-space-monitor"
      ]
    }
  }
}

Or install with pip: pip install disk-space-monitor

README Excerpt

A small [Model Context Protocol](https://modelcontextprotocol.io) server that lets an AI assistant inspect disk usage on the machine it is running on. Point Claude Desktop (or any MCP client) at it and you can ask *"is my disk filling up?"* and get a real answer instead of a guess. Cross-platform (Windows / macOS / Linux), no configuration files, no network access, no telemetry.

Tools (3)

check_disk_spacecheck_single_pathdisk_summary