Stats
Actions
Tags
From defang
Local MCP server run via Defang CLI ('defang mcp serve'). Provides access to Defang security platform for threat intelligence, IOC analysis, URL/file scanning, and malware investigations.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"defang": {
"command": "defang",
"args": [
"mcp",
"serve"
]
}
}
}Server configuration and connection parameters
defangCommand-line arguments passed to the server process
npx claudepluginhub defanglabs/defang --plugin defang