Skip to main content
Glama
jhammant
by jhammant

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAUDE_HISTORY_API_KEYNoAPI key for cloud sync authentication
CLAUDE_HISTORY_API_URLNoURL of the ClaudeHistory Cloud server for cloud sync
CLAUDE_HISTORY_TEAM_IDNoOptional team UUID for team sync

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_historyA

Search past Claude Code conversations. Supports filter syntax: project:name, before:date, after:date, tool:name. Dates can be relative (7d, 30d, 1w) or ISO (2024-01-15).

list_projectsA

List all projects that have Claude Code conversation history, with session counts and activity dates.

find_solutionsA

Search past conversations for solutions to errors or problems. Prioritizes results containing fix/resolution language.

get_session_summaryA

Get a structured summary of a conversation session. Provide either a session ID or project name (returns most recent session).

get_project_contextA

Get comprehensive context for a project: recent sessions, key topics, common tools, and patterns. Useful for session-start context injection.

find_patternsA

Discover recurring patterns in conversation history: common topics, frequent workflows, repeated issues.

cloud_sync_statusA

Check cloud sync configuration and connection status. Shows whether sync is configured, last sync times, and connection health.

cloud_sync_pushA

Push local knowledge entries and session summaries to the cloud server. Only pushes entries newer than the last sync.

cloud_sync_pullA

Pull knowledge entries and session summaries from the cloud server. Merges with local data without duplicates.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jhammant/ClaudeHistoryMCP'

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