Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub defanglabs/defang --plugin defangCopy 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
Share bugs, ideas, or general feedback.