cldcde
Verified Safeby aegntic
Overview
A Model Context Protocol (MCP) server designed to scrape, store, search, and analyze AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude), providing actionable insights and context.
Installation
node ~/.claude/addons/aegntic-hive-mcp.jsEnvironment Variables
- DB_PATH
Security Notes
The server uses Puppeteer to scrape conversations, which launches a headless browser. While essential for its function, this can be a vector for risks if exposed to malicious web content or untrusted inputs. However, dynamic method calls are properly validated against an enum (`chatgpt`, `grok`, `gemini`, `claude`), mitigating arbitrary code execution. No hardcoded secrets or 'eval' were found. Running Puppeteer locally requires careful consideration of its runtime environment.
Similar Servers
DesktopCommanderMCP
Enables an AI agent to interact with the local filesystem and terminal, execute commands, analyze data, and perform code editing.
claude-codex-settings
This repository provides a toolkit and configurations for integrating Model Context Protocol (MCP) servers into Claude Code plugins, enabling AI agents to interact with external services, local tools, and APIs within an AI-assisted development environment.
mcpick
A CLI tool for dynamically managing Claude Code MCP server configurations, enabling users to toggle servers, add new ones, and manage backups to optimize context usage and performance.
claude-command-runner
Facilitates AI (Claude Desktop) interaction with terminal applications by executing commands, streaming output, managing command pipelines, and providing smart suggestions, primarily optimized for Warp Terminal.