Back to Home
aegntic icon

cldcde

by aegntic

Overview

A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.

Installation

Run Command
bun run aegntic-hive-mcp/server.js

Security Notes

CRITICAL: The `import_project_structure` and `export_conversations` methods in `aegntic-hive-mcp/server.js` directly use `filePath` arguments from user input in `fs.readFileSync` and `fs.writeFileSync` respectively. This constitutes a severe path traversal vulnerability, allowing an attacker to read arbitrary files from the system (e.g., `/etc/passwd`) or write arbitrary files to the system (e.g., overwrite critical system files or inject malicious code). Additionally, the use of Puppeteer for web scraping could introduce risks if the scraped websites contain malicious content that could affect the headless browser environment or if cookies/sensitive data are not handled securely (though `fs.writeFileSync` is used for cookies, exposing them on the local filesystem).

Similar Servers

Stats

Interest Score36
Security Score2
Cost ClassMedium
Avg Tokens3000
Stars6
Forks0
Last Update2025-12-07

Tags

mcpai-conversationscontext-managementscrapingnlpsqlite