Skip to main content
Glama

Search History MCP Server

search_history

Search browser history across multiple browsers to find previously visited web pages by URL or title content. Retrieve past browsing data with customizable result limits.

Instructions

Search browser history for URLs and titles containing the search term.

Args: search_term: The text to search for in URLs and page titles limit: Maximum number of results to return (default: 50, max: 500) browser: Which browser to search ("brave", "safari", "chrome", "firefox", "edge", "arc", "opera", or "duckduckgo")

Returns: Formatted list of matching history entries with titles, URLs, and visit times

Input Schema

NameRequiredDescriptionDefault
search_termYes
limitNo
browserNobrave

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "brave", "enum": [ "brave", "safari", "chrome", "firefox", "edge", "arc", "opera", "duckduckgo" ], "type": "string" }, "limit": { "default": 50, "type": "integer" }, "search_term": { "type": "string" } }, "required": [ "search_term" ], "type": "object" }

Other Tools from Search History 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/ronantakizawa/search-history-mcp'

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