hazyhaar/claude-vault
Session analytics MCP plugin for Claude Code. Ingests JSONL conversation logs into SQLite JSONB, tags sessions by namespace, produces structured reports with optional redaction. Pure Go, CGO_ENABLED=0.
Platform-specific configuration:
{
"mcpServers": {
"claude-vault": {
"command": "npx",
"args": [
"-y",
"claude-vault"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...