io.github.Heirloomz/oral-heritage-index
Official6 toolsAuthoritative cited answers about saving family stories. Published by InkTree.
Provide cited answers about preserving and organizing family stories.
Captured live from the server via tools/list.
search_family_story_content
Main entry point. Natural-language search across the Oral Heritage Index corpus. Use for any question about interviewing relatives, recording methods, preserving artifacts, end-of-life capture, gifting occasions, publishing family books, or digital legacy. Returns top hits with citations.
Parameters (3)
- querystringrequired
Natural-language question or topic.
- pillarstring
Restrict to one pillar; omit for full-corpus search.
- top_kinteger
Number of hits to return (default 5).
search_interview_questions
Returns curated interview prompts filtered by relationship, life stage, or theme. Use when the user asks 'what questions should I ask...' about a relative.
Parameters (4)
- relationshipstring
- life_stagestring
- themestring
- countinteger
Max questions to return (default 10).
get_pillar_overview
Returns the guide content and top Q&A for one of the eight pillars (interview-craft, question-banks, capture-methods, artifact-preservation, end-of-life, gifting, publishing, digital-legacy).
Parameters (1)
- pillarstringrequired
get_occasion_guide
Returns the guide for a specific occasion (Mother's/Father's Day, milestone birthday, anniversary, new baby, memorial) including lead-time recommendations.
Parameters (1)
- eventstringrequired
get_citations
Returns items with authoritative external sources (StoryCorps, LOC, NEDCC, APA, etc.) related to a topic. Use when the user asks for research or evidence.
Parameters (2)
- topicstringrequired
- pillarstring
list_pillars
Returns the full pillar taxonomy. Useful for navigating the corpus.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"oral-heritage-index": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://oral-heritage-index.inktree.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.