Skip to main content
Glama

macOS Tools MCP Server

enhanced_search

Perform advanced file searches on macOS, analyze content, and manage tags. Supports regex, filename, content, and tag-based searches within specified directories and file types.

Instructions

Advanced file search with content analysis and tagging

Input Schema

NameRequiredDescriptionDefault
actionYesSearch or manage tags
fileTypesNoFile extensions to include
maxResultsNoMaximum number of results
pathNoRoot directory for search
queryNoSearch query (supports regex)
searchTypeNoType of search to perform
tagsNoTags to search for or apply

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Search or manage tags", "enum": [ "search", "tag", "untag" ], "type": "string" }, "fileTypes": { "description": "File extensions to include", "items": { "type": "string" }, "type": "array" }, "maxResults": { "description": "Maximum number of results", "type": "number" }, "path": { "description": "Root directory for search", "type": "string" }, "query": { "description": "Search query (supports regex)", "type": "string" }, "searchType": { "description": "Type of search to perform", "enum": [ "content", "filename", "tags", "regex" ], "type": "string" }, "tags": { "description": "Tags to search for or apply", "items": { "type": "string" }, "type": "array" } }, "required": [ "action" ], "type": "object" }

Other Tools from macOS Tools MCP Server

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/tornikegomareli/macos-tools-mcp-server'

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