Skip to main content
Glama

Claude Historian

by Vvkmnn
MIT License
73
36

find_file_context

Locate and retrieve conversations linked to a specific file path within Claude Historian's conversation history to track changes, access past solutions, and improve productivity.

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