AgentHubAgentHub

MCPAmpel - MCP Security Scanner

MCP ServerMCP Registry官方收录

io.github.diemoeve/mcpampel · v0.2.2

Scan installed MCP servers for security vulnerabilities with 16 detection engines.

概览

MCPAmpel - MCP Security Scanner 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcpampel": {
      "command": "uvx",
      "args": [
        "mcpampel"
      ],
      "env": {
        "MCPAMPEL_API_KEY": "<MCPAMPEL_API_KEY>"
      }
    }
  }
}

环境变量

MCPAMPEL_API_KEY必填secret

MCPAmpel API key (get one free at mcpampel.com)

相关资源

统一 Manifest

{
  "id": "io.github.diemoeve/mcpampel",
  "type": "mcp-server",
  "version": "0.2.2",
  "displayName": "MCPAmpel - MCP Security Scanner",
  "description": "Scan installed MCP servers for security vulnerabilities with 16 detection engines.",
  "repository": {
    "url": "https://github.com/MCPAmpel/mcpampel",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "mcpampel",
        "version": "0.2.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MCPAMPEL_API_KEY",
            "description": "MCPAmpel API key (get one free at mcpampel.com)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.diemoeve/mcpampel",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.diemoeve%2Fmcpampel/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
MCPAmpel - MCP Security Scanner — MCP Server 安装与配置 · AgentHub