Huppert Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Huppert Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
版本: v1.2 更新: 2026-01-27
NIRS-Toolbox 的 MCP (Model Context Protocol) 服务器,让 AI 助手能直接查阅 fNIRS 数据分析工具文档。
# 1. 进入项目目录
cd huppert_mcp
# 2. 运行安装脚本
./setup.sh
# 会提示输入 NIRS-Toolbox 路径
# 自动完成:虚拟环境创建、依赖安装、配置生成打开 ~/.cursor/mcp.json,添加生成的配置:
{
"mcpServers": {
"huppert": {
"name": "Huppert Lab NIRS Toolbox",
"command": "/完整路径/huppert_mcp/venv/bin/python3",
"args": ["/完整路径/huppert_mcp/nirs_toolbox_mcp.py"],
"env": {
"NIRS_TOOLBOX_PATH": "/完整路径/nirs-toolbox"
}
}
}
}1. Cmd+Q 退出 Cursor
2. 重新打开 Cursor
3. 输入: @huppert 详细介绍 BandPassFiltercategory:// - 列出所有模块类别module:// - 查看特定模块详情demo:// - 获取示例代码search_module - 搜索模块get_module_details ⭐ - 获取完整模块信息(属性、方法、示例)find_workflow - 查找工作流推荐compare_modules - 对比模块差异how_to_preprocess - 预处理指南how_to_glm_analysis - GLM分析指南how_to_load_data - 数据加载指南build_pipeline - 构建流水线@huppert BandPassFilter
@huppert 有哪些滤波模块?@huppert 详细介绍 AR_IRLS
@huppert 详细介绍 BeerLambertLaw@huppert 预处理的标准流程是什么?
@huppert 如何进行GLM分析?@huppert 对比 BandPassFilter 和 WaveletFilterSTART_HERE.mddocs/USER_GUIDE.md ⭐docs/NIRS_MCP_完整指南.mddocs/MCP问题诊断与解决.mddocs/DOCS_INDEX.md# 1. 检查配置
cat ~/.cursor/mcp.json
# 2. 检查进程
ps aux | grep nirs_toolbox_mcp
# 3. 重启 Cursor
pkill -f "nirs_toolbox_mcp.py"
# Cmd+Q 退出,重新打开在 ~/.cursor/mcp.json 中添加 env 字段:
"env": {
"NIRS_TOOLBOX_PATH": "/你的路径/nirs-toolbox"
}更多问题查看 docs/MCP问题诊断与解决.md
huppert_mcp/
├── nirs_toolbox_mcp.py # MCP服务器主程序
├── setup.sh # 自动安装脚本
├── requirements.txt # Python依赖
├── README.md # 项目说明
├── CHANGELOG.md # 版本历史
├── LICENSE # MIT许可证
│
├── docs/ # 文档目录
│ ├── USER_GUIDE.md # 用户指南 ⭐
│ ├── NIRS_MCP_完整指南.md # 完整教程
│ ├── NIRS_MCP_快速入门.md # 快速入门
│ └── MCP问题诊断与解决.md # 故障排查
│
└── tests/ # 测试目录
└── test_nirs_mcp.pyMIT License - 详见 LICENSE 文件
本项目提供 NIRS-Toolbox 的 MCP 接口,NIRS-Toolbox 本身有其独立的许可证。
让 fNIRS 数据分析更简单! 🚀
作者: Liam 版本: v1.2 更新: 2026-01-27
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.