Maigret MCP 服务器是 Maigret 的一个 Model Context Protocol (MCP) 服务器。Maigret 是一款强大的开源情报 (OSINT) 工具,可从多个公开来源收集用户账户信息。此服务器提供了在社交网络和网站上搜索用户名以及分析 URL 的工具,并且设计用于与兼容 MCP 的应用程序(如 Claude Desktop)无缝集成。
npm install -g maigret
maigret serve
git clone https://github.com/yourusername/maigret.git
cd maigret
npm install
npm run build
MAIGRET_REPORTS_DIR
,例如:export MAIGRET_REPORTS_DIR="/path/to/reports"
npm start
{
"username": "target_user",
"format": "pdf" // 可选:txt, html, json, csv
}
{
"url": "https://example.com/profile",
"format": "txt" // 可选:pdf, html, json, csv
}
git clone https://github.com/yourusername/maigret.git
cd maigret
npm install
npm run build
MAIGRET_REPORTS_DIR
环境变量,例如:export MAIGRET_REPORTS_DIR="/path/to/reports"
npm start
docker --version
docker ps
docker
组:sudo usermod -aG docker $USER
验证报告目录:
MAIGRET_REPORTS_DIR
指定的目录存在。ls -la /path/to/reports/directory
常见配置错误:
MAIGRET_REPORTS_DIR
环境变量。解决问题后:
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)本项目采用 MIT License,具体内容请参阅 LICENSE 文件。
⚠️ 重要提示
请合法、负责任地使用此工具。仅用于合规用途,尊重隐私和数据保护法律。