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
{
"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