Blitz Strike
MCP 服务器把渗透测试方法论装进一个 MCP server:BLITZ 摸清攻击面,EAGLE-EYE 追 source-to-sink,STRIKE 对每条发现先实测再上报。
- mcp-server
- security
- pentest
- methodology
Shopware 6 的 MCP server——商品、订单、客户、库存与单据,外加一键健康审计与 Markdown 报表。
面向 Shopware 6 商店的 TypeScript MCP server,npx 即用,并已登记到 MCP registry(io.github.bnymnDev/shopware-mcp)。除常见的商品/订单/客户/库存/单据工具外还带运维附加件:npx shopware-mcp init 验证集成凭据并写好宿主配置、doctor 报告该集成实际能用哪些工具、audit 输出 Markdown 商店健康审计(--fail-on warning 时出警告即退出码 1)、report 生成销售汇总。默认 stdio,也可 Streamable HTTP;写操作统一锁在 --allow-write 之后;带 CI 与对真实 Shopware 的每夜 e2e。MIT。
运营 Shopware 6 的代理商与商家,想让 Claude 真正操作商店——从「这单为什么失败」到每周 Markdown 销售汇总——而不必手写 Admin API 调用。
1) Shopware 后台:Settings → System → Integrations 新建集成;复制 access key ID 与 secret(只显示一次;生产环境给只读角色)。 2) 用向导测试并写配置: npx shopware-mcp init npx shopware-mcp init --for claude-desktop --write npx shopware-mcp doctor # 该集成能用哪些工具
默认只读——写操作需要显式 --allow-write 且集成要有相应权限。集成 secret 只在创建时显示一次,丢了就得重新生成。仅限 Shopware:没有在跑的 Shopware 6 商店就没用。
收录日期
把渗透测试方法论装进一个 MCP server:BLITZ 摸清攻击面,EAGLE-EYE 追 source-to-sink,STRIKE 对每条发现先实测再上报。
Red Hat 出品的「AI 上下文版 ripgrep」——C++23 零依赖 CLI,同时讲 MCP。
让 25+ 个编码 agent 共享同一份会话记忆——Claude Code、Codex、Cursor 终于记得同一个项目。