Firefly MCPServer

gofireflyio
GitHub
cloud integrationresource managementinfrastructure as code

Loading subscription status...

💡 Description

The Firefly MCP (Model Context Protocol) server is a TypeScript-based server that enables seamless integration with the Firefly platform. It allows for the discovery, management, and codification of resources across cloud and SaaS accounts connected to Firefly.

📝 JSON Entries

{
  "mcpServers": [
    {
      "firefly": {
        "env": {
          "FIREFLY_ACCESS_KEY": "your_access_key",
          "FIREFLY_SECRET_KEY": "your_secret_key"
        },
        "args": [
          "-y",
          "@fireflyai/firefly-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpmyarn

Features

  • Resource discovery
  • Codification of resources
  • Secure authentication
  • Easy integration with Claude and Cursor

💬 Example Queries

  • Find all 'ubuntu-prod' EC2 instances in 123456789012 AWS account and codify it into Terraform