WinDirStat MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WinDirStat MCP Serverscan my Documents folder for large files"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WinDirStat MCP Server ๐งน๐
Model Context Protocol (MCP) Server for real-time Windows storage analysis, deep folder scanning, safety tiering, and protected cleanup operations.
Features & Exposed Tools
scan_directoryDeep scans a folder and returns all items with size (MB/GB), file counts, and last write dates.
get_largest_itemsRanks the top N largest files and subdirectories for any target path.
categorize_safety_tiersCategorizes files/folders into Tier 1 (100% Safe Cache/Temp), Tier 2 (Reviewable Downloads/Media), and Tier 3 (Protected Code/Projects).
clean_safe_targetsCleans temporary caches and specified paths with built-in protection guards preventing accidental deletion of project repositories.
Related MCP server: AI PC Assistant MCP Server
Configuration / Installation
1. Claude Desktop Integration (claude_desktop_config.json)
Add the following entry to your %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"windirstat": {
"command": "node",
"args": [
"C:\\Users\\Hariz\\windirstat-mcp\\index.js"
]
}
}
}2. Antigravity IDE / Cursor / VS Code Integration
Add to your MCP settings configuration:
{
"mcpServers": {
"windirstat": {
"command": "node",
"args": [
"C:/Users/Hariz/windirstat-mcp/index.js"
]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/harezadmm/windirstat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server