Skip to main content
Glama

Claude Historian

by Vvkmnn
MIT License
16
45

search_conversations

Search through Claude Code conversation history to find past solutions, track file changes, and analyze previous work using query, project, timeframe, and result limit filters.

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