Back to Home
Dothihon5937 icon

claude-explorer

Verified Safe

by Dothihon5937

Overview

Facilitate searching, analyzing, and exporting user's Claude.ai conversation history with an AI assistant via CLI and a web interface.

Installation

Run Command
npm run web

Environment Variables

  • PORT
  • DATA_PATH
  • NODE_ENV
  • ANTHROPIC_API_KEY

Security Notes

The application uses `child_process.spawn` with `shell: true` when interacting with the `claude-code` CLI. While the command arguments are hardcoded and user input is piped via stdin, the use of `shell: true` can carry inherent risks if the external `claude` command is compromised or if its execution environment is not fully controlled. File uploads are handled with checks for ZIP format and content, and uses temporary directories. No hardcoded API keys or obvious malicious patterns were found. Overall, it's reasonably secure assuming the `claude-code` CLI itself is trusted.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassLow
Avg Tokens1500
Stars1
Forks1
Last Update2026-01-19

Tags

AI AssistantConversation AnalysisData ParserExport ToolClaude