Loading...
npx @fireflyai/firefly-mcp{
"mcpServers": {
"firefly": {
"command": "npx",
"args": ["-y", "@fireflyai/firefly-mcp"],
"env": {
"FIREFLY_ACCESS_KEY": "your_access_key",
"FIREFLY_SECRET_KEY": "your_secret_key"
}
}
}
}Resource DiscoveryDiscovers resources across connected cloud and SaaS accounts.
Primarily a read-only operation.
Resource CodificationConverts discovered resources into Infrastructure as Code (Terraform).
Generates code that, if executed, can modify infrastructure.
The Firefly MCP server is relatively safe for resource discovery and codification when API keys are securely managed and IaC changes are thoroughly reviewed. However, the risk increases if API keys are exposed or if the server is used to directly apply infrastructure changes without proper controls.