Skip to main content
Glama

Windows System MCP

filesystem

Perform file system operations such as directory browsing, file reading, searching, and disk usage analysis on Windows systems. Retrieve file details, locate large files, and manage file structures with ease.

Instructions

Comprehensive file system operations including directory browsing, file reading, searching, and basic file operations

Input Schema

NameRequiredDescriptionDefault
actionYesThe file system action to perform
max_depthNoMaximum depth for recursive operations (default: 3)
pathNoFile or directory path (required for most actions)
patternNoSearch pattern for file searching (supports wildcards)
recursiveNoWhether to search recursively (default: false)
size_thresholdNoSize threshold in MB for finding large files (default: 100)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The file system action to perform", "enum": [ "list_directory", "read_file", "search_files", "get_file_info", "find_large_files", "get_disk_usage" ], "type": "string" }, "max_depth": { "default": 3, "description": "Maximum depth for recursive operations (default: 3)", "type": "number" }, "path": { "description": "File or directory path (required for most actions)", "type": "string" }, "pattern": { "description": "Search pattern for file searching (supports wildcards)", "type": "string" }, "recursive": { "default": false, "description": "Whether to search recursively (default: false)", "type": "boolean" }, "size_threshold": { "default": 100, "description": "Size threshold in MB for finding large files (default: 100)", "type": "number" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Windows System MCP

Related Tools

    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/guangxiangdebizi/windows-system-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server