Back to Apps

Clerk
by vulcanshen
Turns Claude Code sessions into a searchable markdown knowledge base with automated weekly reports.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Clerk solves the problem of fragmented session history in Claude Code. It automatically captures session transcripts as they end and converts them into incremental, searchable markdown summaries stored locally. This allows users to maintain a permanent, AI-indexed record of their architectural decisions, debugging steps, and research that persists across terminal sessions.
Tools
clerk-resume: Recovers context from previous sessions by reading summaries and transcripts.clerk-index-list: Lists available index terms, including tags, dates, and project keywords.clerk-index-read: Retrieves the content of specific index terms to find related sessions.
Installation
To use Clerk as an MCP server in Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"clerk": {
"command": "clerk",
"args": ["mcp"]
}
}
}
Supported hosts
- claude
Quick install
curl -fsSL https://raw.githubusercontent.com/vulcanshen/clerk/main/install.sh | sh && clerk registerInformation
- Pricing
- free
- Published
- 7/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"clerk": {
"command": "clerk",
"args": ["mcp"]
}
}
}





