Skip to main content
Glama

title: StegoKiller Ultra Suite emoji: ⚡ colorFrom: blue colorTo: purple sdk: gradio sdk_version: 4.44.0 app_file: app.py pinned: false license: apache-2.0

⚡ StegoKiller MCP Server

终极隐写术、数字取证与隐蔽信道套件

Python License FastMCP Tools Docker Smithery


Related MCP server: CTF MCP Server

📖 概述

StegoKiller 是一款企业级 Model Context Protocol (MCP) 服务器,专为 CTF 玩家、安全研究人员和取证分析师打造。它基于官方 FastMCP 框架构建,集成了 44 个专用隐写术、数字取证和隐蔽信道提取工具,涵盖图像、音频、视频、网络 PCAP、文档、字体、Git、AI 模型和文本等领域。


⚡ 快速入门与安装

选项 1:通过 Smithery CLI 一键安装

npx -y @smithery/cli install stegokiller --client claude

选项 2:本地 Stdio 配置(Claude Desktop / Cursor)

克隆仓库并运行设置:

git clone https://github.com/shaymimran26-netizen/StegoKiller.git
cd StegoKiller
chmod +x setup.sh && ./setup.sh

添加到你的 claude_desktop_config.json

{
  "mcpServers": {
    "stegokiller": {
      "command": "python3",
      "args": [
        "/path/to/StegoKiller/server.py"
      ],
      "env": {
        "PYTHONUNBUFFERED": "1"
      }
    }
  }
}

选项 3:通过 GitHub 容器注册表(GHCR)使用 Docker 容器

无需安装操作系统依赖即可立即运行:

{
  "mcpServers": {
    "stegokiller": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v", "/tmp/stego_mcp_output:/tmp/stego_mcp_output",
        "ghcr.io/shaymimran26-netizen/stegokiller:latest"
      ]
    }
  }
}

☁️ 免费远程托管与公网部署

想在云端免费托管 StegoKiller 并通过远程 SSE / HTTP 访问吗?

平台

类型

部署方式

Smithery.ai

一键 MCP 托管

连接你的 GitHub 仓库 shaymimran26-netizen/StegoKiller。Smithery 会构建 smithery.yaml 并为你提供托管的代理端点。

Glama.ai

社区注册表

提交仓库 URL 以列入全球 MCP 索引。

HuggingFace Spaces

免费 24/7 Docker 托管

创建一个新的 Docker Space,推送此仓库,并通过 SSE 暴露端口 8000

Render.com / Railway.app

免费云 Web 服务

使用启动命令部署 Docker 容器:mcp run server.py --transport sse --port 8000


🛠️ 全面的 44 个工具矩阵

1. 核心分类、完整性与多格式文件(7 个工具)

  • auto_triage_challenge(file_path)自主五阶段主流水线,一次完成结构分析、flag 正则搜索、元数据提取、多格式检测和签名扫描。

  • `inspect_file_structure

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Connects AI assistants to 55+ Kali Linux security tools for automated CTF solving, penetration testing, and security analysis across 7 categories including cryptography, forensics, web security, and binary exploitation.
    50
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Exposes common CTF and cybersecurity tools (crypto, forensics, malware analysis, steganography, reverse engineering, pwn, OSINT) so LLMs can help solve capture-the-flag challenges in a controlled lab environment.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables autonomous digital forensics and incident response through 21 typed forensic tools covering disk, memory, registry, network, timeline, carving, and patterns, integrated with AI-driven reasoning and self-correction.
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Provides WebAssembly-based, sandboxed tools for JavaScript execution, binary disassembly, file recovery, steganography, image optimization, data processing, PDF redaction, secret scanning, and semantic search.
    10

View all related MCP servers

Related MCP Connectors

  • 55 tools, 7 Resources, Sigma rules, email SPF/DMARC, MITRE, CVE/KEV, risk_score. No key.

  • Offline methodology engine for authorized penetration testing, CTF, and security research.

  • Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaymimran26-netizen/StegoKiller'

If you have feedback or need assistance with the MCP directory API, please join our Discord server