Skip to main content
Glama

Claude Historian

by Vvkmnn
MIT License
16
45

find_file_context

Search Claude Historian to locate conversations referencing a specific filepath, enabling users to track file changes, revisit past solutions, and extract relevant context quickly.

Instructions

Find conversations related to a specific file

Input Schema

NameRequiredDescriptionDefault
filepathYesFile path to search for in conversation history
limitNoMaximum number of results (default: 20)

Input Schema (JSON Schema)

{ "properties": { "filepath": { "description": "File path to search for in conversation history", "type": "string" }, "limit": { "default": 20, "description": "Maximum number of results (default: 20)", "type": "number" } }, "required": [ "filepath" ], "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