Skip to main content
Glama

Claude Historian

by Vvkmnn
MIT License
73
36

search_conversations

Search and filter Claude Code conversation history by query, project, or timeframe to retrieve past solutions, track file changes, and learn from previous work.

Instructions

Search through Claude Code conversation history

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results (default: 50)
projectNoOptional project name to filter results
queryYesSearch query to find relevant conversations
timeframeNoTime range filter (today, week, month)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of results (default: 50)", "type": "number" }, "project": { "description": "Optional project name to filter results", "type": "string" }, "query": { "description": "Search query to find relevant conversations", "type": "string" }, "timeframe": { "description": "Time range filter (today, week, month)", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/Vvkmnn/claude-historian'

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