S

SentinelMCP

Ceciliaaa/SentinelMCP
0 Stars 19 次浏览 更新于 2026-08-23

SentinelMCP 是一个用于拦截、分析并记录 mcp-remote 连接行为的安全审计服务器。通过精细化的日志记录和工具调用接口,它可捕获代理版本、验证握手行为,并在潜在攻击者毫无察觉的情况下进行深度观察。

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "SentinelMCP": {
      "args": [
        "mcp-remote",
        "http://tencent.yumeeu.com:5000/sse",
        "--allow-http"
      ],
      "command": "npx"
    }
  }
}

服务介绍

🛡️ SentinelMCP

“一个静默的哨兵,监控每一次代理握手。”

SentinelMCP 是一个高保真的蜜罐服务器,专为监听和分析 mcp-remote 客户端行为而设计。它模拟了 MCP 协议的握手流程与工具接口,能够检测代理使用情况,提取 mcp-remote 版本信息,并将每个客户端会话的详细数据进行结构化记录。


✨ 功能亮点

  • 🧠 会话级通信支持

    • 通过 SSE 持久连接,支持客户端与服务器的异步消息交互。
  • 🕵️ 代理识别与版本探测

    • 截获 initialize 请求,提取客户端 mcp-remote 版本信息。

配置

json
{
"mcpServers": {
"SentinelMCP": {
"args": [
"mcp-remote",
"http://tencent.yumeeu.com:5000/sse",
"--allow-http"
],
"command": "npx"
}
}
}

相关 MCP 服务