Disk Usage MCP Server (Demo)
@u1i
关于 Disk Usage MCP Server (Demo)
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-disk-usage": {
"command": "python",
"args": [
"disk_usage_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Disk Usage MCP Server (Demo)?
Disk Usage MCP Server (Demo) is a demo MCP server that enables AI models like Claude to check real-time disk usage on a Mac. It uses the df command to retrieve disk statistics and returns structured data for the system partition.
How to use Disk Usage MCP Server (Demo)?
Clone the repository, install dependencies with pip install -r requirements.txt, and run python disk_usage_server.py. Then configure Claude Desktop by adding a claude-config.txt file with the server’s path in the MCP servers section, and restart Claude Desktop.
Key features of Disk Usage MCP Server (Demo)
- Provides a single tool:
get_disk_usage - Returns total, used, available, reserved space in GB
- Shows usage percentage and mount point
- Designed specifically for macOS (checks
/System/Volumes/Data) - Uses Python’s
subprocessto run thedfcommand - Communicates via bidirectional JSON-RPC over WebSocket
Use cases of Disk Usage MCP Server (Demo)
- Ask Claude "What is my current disk usage?" and get a formatted response
- Monitor available disk space without leaving the AI chat
- Quickly check if disk is near capacity and receive cleanup suggestions
FAQ from Disk Usage MCP Server (Demo)
What operating system is required?
macOS (the tool is specifically designed for Mac’s disk structure and will not work on other operating systems).
How do I integrate with Claude Desktop?
Create a claude-config.txt file in the Claude Desktop configuration directory (usually ~/.config/claude-desktop/ on macOS) with the path to the server’s Python file, then restart Claude Desktop.
What disk partition does it check?
It specifically looks at the /System/Volumes/Data partition (disk3s5 on macOS).
What transport protocol does it use?
MCP uses a bidirectional JSON-RPC protocol over WebSocket between the AI client and the server.
Does the tool require any parameters?
No, get_disk_usage has no required parameters; it returns disk information for the system disk.
常见问题
What operating system is required?
macOS (the tool is specifically designed for Mac’s disk structure and will not work on other operating systems).
How do I integrate with Claude Desktop?
Create a `claude-config.txt` file in the Claude Desktop configuration directory (usually `~/.config/claude-desktop/` on macOS) with the path to the server’s Python file, then restart Claude Desktop.
What disk partition does it check?
It specifically looks at the `/System/Volumes/Data` partition (disk3s5 on macOS).
What transport protocol does it use?
MCP uses a bidirectional JSON-RPC protocol over WebSocket between the AI client and the server.
Does the tool require any parameters?
No, `get_disk_usage` has no required parameters; it returns disk information for the system disk.
基本信息
其他 分类下的更多 MCP 服务器

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论