Skip to content
Cursor

MCPAmpel - MCP Security Scanner for Cursor

io.github.diemoeve/mcpampel

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

client:Cursor transport:stdio runtime:pypi

Install MCPAmpel - MCP Security Scanner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCPAmpel - MCP Security Scanner in other clients