Skip to content

msandroid/datatree

v2.2.0MIT

Local disk usage analysis for humans and AI agents. Scan folders, query size/allocated, search with *.iso and a>=1g, export CSV, and delete only after a two-step confirm.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

datatreestdio
{
  "type": "stdio",
  "command": "datatree-mcp",
  "args": [
    "mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "datatree",
  "version": "2.2.0",
  "displayName": "DataTree",
  "description": "Local disk usage analysis for humans and AI agents. Scan folders, query size/allocated, search with *.iso and a>=1g, export CSV, and delete only after a two-step confirm.",
  "author": {
    "name": "msandroid",
    "url": "https://github.com/msandroid"
  },
  "homepage": "https://github.com/msandroid/DataTree",
  "repository": "https://github.com/msandroid/DataTree",
  "license": "MIT",
  "keywords": ["disk-usage", "mcp", "datatree", "ntfs", "cleanup"],
  "logo": "./assets/logo.svg",
  "skills": "./skills/",
  "mcpServers": "./mcp.json"
}

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • displayName
  • logo
  • skills
  • mcpServers