Skip to main content
Glama

Local History MCP Server

by xxczaki

search_history_content

Search for specific text within history entries stored in the Local History MCP Server. Supports case-sensitive or case-insensitive queries for precise file or content retrieval.

Instructions

Search for specific content across all history entries

Input Schema

NameRequiredDescriptionDefault
caseSensitiveNoWhether the search should be case sensitive
searchTermYesThe text to search for in history entries

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "caseSensitive": { "default": false, "description": "Whether the search should be case sensitive", "type": "boolean" }, "searchTerm": { "description": "The text to search for in history entries", "type": "string" } }, "required": [ "searchTerm" ], "type": "object" }
Install Server

Other Tools from Local 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/xxczaki/local-history-mcp'

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