claude-explorer
Verified Safeby Dothihon5937
Overview
Facilitate searching, analyzing, and exporting user's Claude.ai conversation history with an AI assistant via CLI and a web interface.
Installation
npm run webEnvironment 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
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
claudex
Self-hosted Claude AI chat interface with sandboxed code execution, offering a full IDE experience and support for multiple AI providers and extensible agents/skills.
memcord
A privacy-first, self-hosted MCP server for organizing chat history, summarizing messages, and searching past conversations using AI, particularly for Claude interactions.
claude-conversation-memory-mcp
Provides long-term memory for AI coding agents by indexing conversation history, tracking decisions and mistakes, and enabling semantic search across projects.